zed/crates/vim/test_data
2023-01-06 14:24:20 -08:00
..
neovim_backed_test_context_works.json Enable verifying of visual mode selections in neovim backed tests 2022-10-09 01:19:22 -07:00
test_a.json Enable verifying of visual mode selections in neovim backed tests 2022-10-09 01:19:22 -07:00
test_b.json 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
test_backspace.json Enable verifying of visual mode selections in neovim backed tests 2022-10-09 01:19:22 -07:00
test_capital_f_and_capital_t.json working f and t bindings 2023-01-06 14:24:20 -08:00
test_cc.json 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
test_change_0.json 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_change_b.json 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_change_backspace.json 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_change_e.json 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_change_end_of_document.json fix some vim mode bugs around deletions and failed motions 2022-11-02 01:20:11 -07:00
test_change_end_of_line.json 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_change_gg.json fix some vim mode bugs around deletions and failed motions 2022-11-02 01:20:11 -07:00
test_change_h.json 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_change_j.json fix some vim mode bugs around deletions and failed motions 2022-11-02 01:20:11 -07:00
test_change_k.json fix some vim mode bugs around deletions and failed motions 2022-11-02 01:20:11 -07:00
test_change_l.json 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_change_sentence_object.json 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
test_change_surrounding_character_objects.json 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_change_w.json 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_change_word_object.json 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
test_dd.json fix some vim mode bugs around deletions and failed motions 2022-11-02 01:20:11 -07:00
test_delete_0.json 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_delete_b.json 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_delete_e.json fix some vim mode bugs around deletions and failed motions 2022-11-02 01:20:11 -07:00
test_delete_end_of_document.json fix some vim mode bugs around deletions and failed motions 2022-11-02 01:20:11 -07:00
test_delete_end_of_line.json 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_delete_gg.json fix some vim mode bugs around deletions and failed motions 2022-11-02 01:20:11 -07:00
test_delete_h.json 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_delete_j.json 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_delete_k.json 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_delete_l.json 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_delete_left.json 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
test_delete_sentence_object.json 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
test_delete_surrounding_character_objects.json 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_delete_to_end_of_line.json 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
test_delete_w.json fix some vim mode bugs around deletions and failed motions 2022-11-02 01:20:11 -07:00
test_delete_word_object.json 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
test_e.json Enable verifying of visual mode selections in neovim backed tests 2022-10-09 01:19:22 -07:00
test_end_of_document.json fix jump to line number in vim mode 2022-10-25 00:39:40 -07:00
test_enter_visual_mode.json 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
test_f_and_t.json working f and t bindings 2023-01-06 14:24:20 -08:00
test_G.json fix jump to line number in vim mode 2022-10-25 00:39:40 -07:00
test_gg.json Add count argument to motion functions and add ability to jump to a given line 2022-10-11 16:27:54 -07:00
test_h_through_unicode.json Addresses issue where left motion in vim mode would clip in the wrong direction 2022-11-04 15:21:29 -07:00
test_h.json Enable verifying of visual mode selections in neovim backed tests 2022-10-09 01:19:22 -07:00
test_insert_end_of_line.json Enable verifying of visual mode selections in neovim backed tests 2022-10-09 01:19:22 -07:00
test_insert_first_non_whitespace.json 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
test_insert_line_above.json Enable verifying of visual mode selections in neovim backed tests 2022-10-09 01:19:22 -07:00
test_j.json Enable verifying of visual mode selections in neovim backed tests 2022-10-09 01:19:22 -07:00
test_jump_to_end.json Enable verifying of visual mode selections in neovim backed tests 2022-10-09 01:19:22 -07:00
test_jump_to_first_non_whitespace.json 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
test_jump_to_line_boundaries.json Enable verifying of visual mode selections in neovim backed tests 2022-10-09 01:19:22 -07:00
test_k.json Enable verifying of visual mode selections in neovim backed tests 2022-10-09 01:19:22 -07:00
test_l.json Enable verifying of visual mode selections in neovim backed tests 2022-10-09 01:19:22 -07:00
test_neovim.json 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
test_o.json 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
test_p.json 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
test_repeated_cb.json fix some vim mode bugs around deletions and failed motions 2022-11-02 01:20:11 -07:00
test_repeated_ce.json Enable verifying of visual mode selections in neovim backed tests 2022-10-09 01:19:22 -07:00
test_repeated_cj.json Enable verifying of visual mode selections in neovim backed tests 2022-10-09 01:19:22 -07:00
test_repeated_cl.json Enable verifying of visual mode selections in neovim backed tests 2022-10-09 01:19:22 -07:00
test_repeated_word.json Enable verifying of visual mode selections in neovim backed tests 2022-10-09 01:19:22 -07:00
test_visual_change.json 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
test_visual_delete.json Enable verifying of visual mode selections in neovim backed tests 2022-10-09 01:19:22 -07:00
test_visual_line_change.json 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
test_visual_line_delete.json Enable verifying of visual mode selections in neovim backed tests 2022-10-09 01:19:22 -07:00
test_visual_sentence_object.json 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_visual_word_object.json 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
test_w.json Enable verifying of visual mode selections in neovim backed tests 2022-10-09 01:19:22 -07:00
test_x.json 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