ZIm/crates/vim/src
2022-10-11 16:27:54 -07:00
..
normal Add count argument to motion functions and add ability to jump to a given line 2022-10-11 16:27:54 -07:00
test Add assertion context manager to TestAppContext and convert existing vim tests to use neovim backed test context 2022-10-10 14:46:07 -07:00
editor_events.rs Merge branch 'main' into ime-support-2 2022-07-22 16:03:38 +02:00
insert.rs Add assertion context manager to TestAppContext and convert existing vim tests to use neovim backed test context 2022-10-10 14:46:07 -07:00
motion.rs Add count argument to motion functions and add ability to jump to a given line 2022-10-11 16:27:54 -07:00
normal.rs Add count argument to motion functions and add ability to jump to a given line 2022-10-11 16:27:54 -07:00
object.rs Add count argument to motion functions and add ability to jump to a given line 2022-10-11 16:27:54 -07:00
state.rs Fixed some neovim test context issues, added repeated commands in vim mode, and ported some tests to use the neovim testing strategy 2022-10-08 21:52:07 -07:00
test.rs Add some tests for portions of visual text objects. Note: they are slightly broken currently as described in the tests 2022-10-10 15:32:12 -07:00
utils.rs 🎨 Rename and simplify some autoindent stuff 2022-07-28 22:40:30 -07:00
vim.rs Add assertion context manager to TestAppContext and convert existing vim tests to use neovim backed test context 2022-10-10 14:46:07 -07:00
visual.rs Add count argument to motion functions and add ability to jump to a given line 2022-10-11 16:27:54 -07:00