//! Vim-style prompt editing engine.
//!
//! **DEPRECATED**: vim mode moved to `oxicode-cli` (host-owned). The
//! `oxicode-textarea` crate owns editable text; vim decision logic now
//! lives with the CLI app that drives it.
pub use ;
pub use ;
pub use VimState;