ZIm/crates/vim/src
Conrad Irwin 904b740e16
More vim-like regexes (#10577)
Fixes:  #10539

Release Notes:

- vim: Use `\<` `\>` instead of `\b`
2024-04-15 14:26:05 -06:00
..
normal More vim-like regexes (#10577) 2024-04-15 14:26:05 -06:00
test Fix assorted linux issues (#10061) 2024-04-01 17:22:59 -07:00
command.rs Enable clippy::useless_conversion (#8767) 2024-03-03 10:22:55 -05:00
editor_events.rs Improve the ergonomics of creating local buffers (#10347) 2024-04-10 08:32:51 -06:00
insert.rs vim: Keep multi-cursor on escape (#8464) 2024-02-26 22:54:02 -07:00
mode_indicator.rs Add feature to display commands for vim mode (#10349) 2024-04-12 06:39:57 +02:00
motion.rs vim: Allow search with operators & visual mode (#10226) 2024-04-08 15:20:14 -06:00
normal.rs Add surrounds support for vim (#9400) 2024-04-08 11:41:06 -06:00
object.rs Add surrounds support for vim (#9400) 2024-04-08 11:41:06 -06:00
replace.rs Fix undo in replace mode (#10086) 2024-04-03 11:35:04 -06:00
state.rs vim: Allow search with operators & visual mode (#10226) 2024-04-08 15:20:14 -06:00
surrounds.rs vim: Allow search with operators & visual mode (#10226) 2024-04-08 15:20:14 -06:00
test.rs Fix panic in visual line mode with folds (#10284) 2024-04-08 11:39:06 -06:00
utils.rs Compute scrollbar markers asynchronously (#10080) 2024-04-03 12:21:17 +02:00
vim.rs Add feature to display commands for vim mode (#10349) 2024-04-12 06:39:57 +02:00
visual.rs vim: Fix cgn backwards movement when there is no matches (#10237) 2024-04-08 14:51:36 -06:00