ZIm/crates/vim/src/test
Conrad Irwin 9906b31691
fix vim repeat (#8513)
Release Notes:

- vim: Fixed `.` when multiple windows are open
([#7446](https://github.com/zed-industries/zed/issues/7446)).
- vim: Fixed switching to normal mode after `J`, `<` or `>` in visual
mode ([#4439](https://github.com/zed-industries/zed/issues/4439))
- vim: Added `ctrl-t` and `ctrl-d` for indent/outdent in insert mode.

- Fixed indent/outdent/join lines appearing to work in read-only buffers
([#8423](https://github.com/zed-industries/zed/issues/8423))
- Fixed indent with an empty selection when the cursor was in column 0
2024-02-27 21:36:12 -07:00
..
neovim_backed_binding_test_context.rs Tidy up TestContext lifecycle 2024-01-05 16:31:41 -07:00
neovim_backed_test_context.rs vim: Fix some problems with visual mode testing (#8461) 2024-02-26 20:15:27 -07:00
neovim_connection.rs vim: Fix some problems with visual mode testing (#8461) 2024-02-26 20:15:27 -07:00
vim_test_context.rs fix vim repeat (#8513) 2024-02-27 21:36:12 -07:00