hjkl-vim 0.24.4

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 crate-root re-export
// `hjkl_vim::MotionKind` instead.
pub use hjkl_engine::MotionKind;