hjkl-vim 0.39.0

Vim modal state types and grammar primitives for the hjkl editor stack. Pre-1.0 churn.
Documentation
1
2
3
4
5
// Phase 6.6: MotionKind moved to hjkl-engine (cycle-break).
// This module re-exports from engine for any code that imports via the
// `hjkl_vim::motion::MotionKind` path. Prefer the canonical
// `hjkl_engine::MotionKind` instead.
pub use hjkl_engine::MotionKind;