You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#17f4b2e73 Thanks @oller! - Internal Architecture Refactor: The core parser has been completely rewritten from a monolithic loop into a highly performant, isolated Mode-based Handler architecture (Normal, Visual, Insert, Search, Command). New Exports: Added VimMode and ParsingContext types to the public API for developers who want to inspect or hook into the parser's internal state machine. Bulletproof Reliability: The parser is now backed by extensive property-based fuzzing and headless CodeMirror integration testing to guarantee 100% accurate, regression-free explanations.
#6804282a Thanks @oller! - Fix visual mode operators (d, D, c, C, y, Y, x, X, s, S, , >, <, =, J, p, P, gc, gu, gU, g, gq) now correctly explained as acting on the selection rather than with their normal-mode meanings. Also adds support for block visual mode ([C-v]).