mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-13 05:42:59 +00:00
460bf93866
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)). |
||
---|---|---|
.. | ||
normal | ||
test | ||
editor_events.rs | ||
insert.rs | ||
motion.rs | ||
normal.rs | ||
object.rs | ||
state.rs | ||
test.rs | ||
utils.rs | ||
vim.rs | ||
visual.rs |