ZIm/crates/vim/src
2022-10-17 16:20:47 -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 Re-export basic text types from text and language crates 2022-10-12 15:48:19 -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 Re-export basic text types from text and language crates 2022-10-12 15:48:19 -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 Add cursor blink setting and replicate cursor shape to remote collaborators 2022-10-17 16:20:47 -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 cursor blink setting and replicate cursor shape to remote collaborators 2022-10-17 16:20:47 -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