ZIm/crates/vim/src/test
Conrad Irwin 460bf93866
vim: { } to navigate by paragraph (#2668)
As part of this I added `assert_shared_state()` to the
NeovimBackedTestContext so that it is more like a drop-in replacement
for the VimTestContext.

The remaining part of zed-industries/community#682 is adding bracket
matching to plain text. It looks like the current logic requires there
to be a tree sitter language for the language in order to support
bracket matching. I didn't fix this in this PR because I was unsure
whether to try and work around that, or to try and add a plain text tree
sitter language.

Release Notes:

- vim: support `{` and `}` for paragraph motion
([#470](https://github.com/zed-industries/community/issues/470)).
- vim: fix `%` at the end of the line
([#682](https://github.com/zed-industries/community/issues/682)).
2023-07-07 14:59:06 -06:00
..
neovim_backed_binding_test_context.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
neovim_backed_test_context.rs vim: Fix edge-case in } when trailing newline is absent 2023-06-29 23:31:22 -06:00
neovim_connection.rs vim: { } to navigate by paragraph (#2668) 2023-07-07 14:59:06 -06:00
vim_binding_test_context.rs remove mode after which is unused 2022-10-24 18:31:26 -07:00
vim_test_context.rs Remove editor::Cancel binding from vim 2023-07-03 15:26:39 -06:00