ZIm/crates/vim/src
Marshall Bowers c53020ceaf
vim: Combine match arms in Mode::is_visual (#25675)
This PR refactors the `Mode::is_visual` implementation to combine some
of the `match` arms.

Release Notes:

- N/A
2025-02-26 19:45:04 +00:00
..
digraph Add Vim digraphs (#14887) 2024-07-28 22:44:32 -06:00
normal vim: Add more tests for replace with register (#25316) 2025-02-26 12:38:50 -07:00
test Add regex highlights in the query input (#25005) 2025-02-17 09:15:43 +00:00
change_list.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
command.rs Git actions v2 (#25197) 2025-02-19 21:22:31 -07:00
digraph.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
helix.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
indent.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
insert.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
mode_indicator.rs Display case-sensitive keybindings for vim commands (#24322) 2025-02-14 22:03:59 -07:00
motion.rs Add editor actions for moving and selecting to next / previous excerpt (#25299) 2025-02-21 00:23:20 +00:00
normal.rs vim: Add exchange (#24678) 2025-02-22 20:36:21 +00:00
object.rs vim: Fix back quotes not recognized as object (#24999) 2025-02-26 14:21:12 -05:00
replace.rs vim: Add exchange (#24678) 2025-02-22 20:36:21 +00:00
rewrap.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
state.rs vim: Combine match arms in Mode::is_visual (#25675) 2025-02-26 19:45:04 +00:00
surrounds.rs Migrate keymap and settings + edit predictions rename (#23834) 2025-02-07 21:17:07 +05:30
test.rs Migrate keymap and settings + edit predictions rename (#23834) 2025-02-07 21:17:07 +05:30
vim.rs vim: Add ability to change default mode (#25067) 2025-02-26 13:51:07 -05:00
visual.rs vim: Refactor and fix multiline operations (#25055) 2025-02-24 18:30:21 -07:00