ZIm/crates/vim/src/normal
Danny Hua bc736265be
support vim replace command with range (#10709)
Release Notes:

- Added support for line ranges in vim replace commands #9428


- not supporting anything other than bare line numbers right now
- ~need to figure out how to show range in question in search bar~
@ConradIrwin implemented showing a highlight of the selected range for a
short direction instead
- ~tests lol~
2024-04-29 18:49:30 -06:00
..
case.rs vim: Add Multi Replace mode in Vim (#8469) 2024-03-14 20:31:53 -06:00
change.rs Fix VIM cw on last character of a word doesn't work as expected: (#10963) 2024-04-25 21:09:06 -06:00
delete.rs Fix vim code working on display map chars (#10103) 2024-04-02 22:16:52 -06:00
increment.rs vim: Increment search right (#10866) 2024-04-25 19:47:52 -06:00
paste.rs Enable clippy::single_char_pattern (#8727) 2024-03-02 17:04:59 -05:00
repeat.rs vim: Fix cgn backwards movement when there is no matches (#10237) 2024-04-08 14:51:36 -06:00
scroll.rs Add option to either use system clipboard or vim clipboard (#7936) 2024-02-22 10:12:29 -07:00
search.rs support vim replace command with range (#10709) 2024-04-29 18:49:30 -06:00
substitute.rs Add option to either use system clipboard or vim clipboard (#7936) 2024-02-22 10:12:29 -07:00
yank.rs Add option to either use system clipboard or vim clipboard (#7936) 2024-02-22 10:12:29 -07:00