ZIm/crates/vim/src
2022-10-25 00:39:40 -07:00
..
normal Fix panic in vim motion when not listed as exclusive and add features enum to capture why tests are ignored 2022-10-24 18:27:56 -07:00
test remove mode after which is unused 2022-10-24 18:31:26 -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 fix jump to line number in vim mode 2022-10-25 00:39:40 -07:00
normal.rs fix jump to line number in vim mode 2022-10-25 00:39:40 -07:00
object.rs Fix panic in vim motion when not listed as exclusive and add features enum to capture why tests are ignored 2022-10-24 18:27:56 -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