ZIm/crates/vim/src
Andy Weiss c093bc8aa8
Fix search/replace start of line anchor (#13920)
This is related to #9428 

I noticed that doing a search and replace for the beginning of a line
`^` results in the trailing line being included in the search. This
seems to be because of the way the range is generated for generating
matches being the up to the start of the trailing line rather than up to
the end of the last line.

I added a test and took a stab at fixing it but it is a bit yolo as this
is the first time I've seen this codebase.
2024-07-09 12:39:24 -06:00
..
normal Fix search/replace start of line anchor (#13920) 2024-07-09 12:39:24 -06:00
test Multicursor vim registers (#13025) 2024-06-13 20:32:58 -06:00
change_list.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
command.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
editor_events.rs Use UpdateGlobal accessors in more places (#11925) 2024-05-16 13:30:04 -04:00
insert.rs vim: Support for q and @ (#13761) 2024-07-03 09:03:39 -06:00
mode_indicator.rs vim: Support for q and @ (#13761) 2024-07-03 09:03:39 -06:00
motion.rs Fix dw at the end of a soft wrapped line (#13065) 2024-06-14 13:18:28 -06:00
normal.rs Allow vim counts with undo and redo (#13950) 2024-07-08 23:16:52 -06:00
object.rs Multicursor vim registers (#13025) 2024-06-13 20:32:58 -06:00
replace.rs vim: Allow count and repeat for "r" and "shift-r" action (#13287) 2024-06-24 09:41:33 -06:00
state.rs vim: Support for q and @ (#13761) 2024-07-03 09:03:39 -06:00
surrounds.rs vim: Surround in visual mode (#13347) 2024-06-24 09:29:06 -06:00
test.rs vim: Switch to normal mode after toggling comments (#13412) 2024-06-24 10:23:40 +02:00
vim.rs vim: Support for q and @ (#13761) 2024-07-03 09:03:39 -06:00
visual.rs vim: Support for q and @ (#13761) 2024-07-03 09:03:39 -06:00