ZIm/crates/vim/src
Helge Mahrt 57e4540759
vim: Add "unmatched" motions ]}, ]), [{ and [( (#21098)
Closes #20791

Release Notes:

- Added vim ["unmatched"
motions](1d87e11a1e/runtime/doc/motion.txt (L1238-L1255))
`]}`, `])`, `[{` and `[(`

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2024-11-26 14:08:54 -08:00
..
digraph Add Vim digraphs (#14887) 2024-07-28 22:44:32 -06:00
normal vim: Add support for temporary normal mode (ctrl-o) within insert mode (#19454) 2024-11-13 12:44:41 -07:00
test vim: Enable % to jump between tags (#20536) 2024-11-14 12:41:53 -07:00
change_list.rs vim: Improve lifecycle (#16477) 2024-08-20 20:48:50 -06:00
command.rs vim: Allow :cpplink for CopyPermalinkToLine (#20707) 2024-11-14 23:44:40 -07:00
digraph.rs Rename ime_key -> key_char and update behavior (#20953) 2024-11-20 20:29:47 -07:00
indent.rs vim: Command selection fixes (#18424) 2024-09-27 10:06:19 -06:00
insert.rs vim: Add support for temporary normal mode (ctrl-o) within insert mode (#19454) 2024-11-13 12:44:41 -07:00
mode_indicator.rs vim: Add support for temporary normal mode (ctrl-o) within insert mode (#19454) 2024-11-13 12:44:41 -07:00
motion.rs vim: Add "unmatched" motions ]}, ]), [{ and [( (#21098) 2024-11-26 14:08:54 -08:00
normal.rs vim: Add support for temporary normal mode (ctrl-o) within insert mode (#19454) 2024-11-13 12:44:41 -07:00
object.rs vim: Add indent text object (#21121) 2024-11-26 12:54:36 -08:00
replace.rs Add initial FreeBSD support (#20480) 2024-11-11 18:39:05 +01:00
rewrap.rs Use char level diff for Rewrap action for cursor preservation + not reinserting all text (#20368) 2024-11-11 22:24:04 -07:00
state.rs vim: Add support for temporary normal mode (ctrl-o) within insert mode (#19454) 2024-11-13 12:44:41 -07:00
surrounds.rs vim: Fix readonly mode (#20264) 2024-11-05 21:45:45 -07:00
test.rs vim: Add support for temporary normal mode (ctrl-o) within insert mode (#19454) 2024-11-13 12:44:41 -07:00
vim.rs Extract VimModeSetting to its own crate (#21019) 2024-11-21 16:24:38 -05:00
visual.rs vim: Fix readonly mode (#20264) 2024-11-05 21:45:45 -07:00