ZIm/crates/vim/src
Thorsten Ball 29e74a648f
When searching in visual mode switch to normal mode (#4178)
This matches Neovim behaviour by setting the mode to `Normal` when using
search while in visual mode.

Release Notes:

- Fixed Vim mode not switching to normal mode from visual mode when
using search (`/`) while in visual mode.
2024-01-21 08:42:47 +01:00
..
normal When searching in visual mode switch to normal mode (#4178) 2024-01-21 08:42:47 +01:00
test When searching in visual mode switch to normal mode 2024-01-20 16:33:07 +01:00
command.rs Editor docs (#4097) 2024-01-18 00:48:37 +01:00
editor_events.rs Fix some cases of broken repeat in vim 2024-01-18 13:20:08 -07:00
insert.rs Editor docs (#4097) 2024-01-18 00:48:37 +01:00
mode_indicator.rs Use try_global() 2024-01-18 01:33:30 -05:00
motion.rs Merge branch 'main' into language-api-docs 2024-01-18 15:06:45 -08:00
normal.rs Editor docs (#4097) 2024-01-18 00:48:37 +01:00
object.rs Start work on API docs for the language crate (#3981) 2024-01-19 10:04:45 -08:00
state.rs Remove 2 suffix for vim, diagnostics, go_to_line, theme_selector, command_palette, file_finder 2024-01-03 10:42:49 -08:00
test.rs Fix missing Ctrl-[ bindings in Vim mode 2024-01-17 12:22:05 +01:00
utils.rs Merge branch 'main' into language-api-docs 2024-01-18 15:06:45 -08:00
vim.rs Fix a few more typos 2024-01-17 14:58:58 -08:00
visual.rs Add typo detection to CI (#4107) 2024-01-17 17:13:47 -08:00