ZIm/crates/vim/src/normal
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
..
case.rs vim: Add gU/gu/g~ (#12782) 2024-06-07 12:38:12 -06:00
change.rs Multicursor vim registers (#13025) 2024-06-13 20:32:58 -06:00
delete.rs Multicursor vim registers (#13025) 2024-06-13 20:32:58 -06:00
increment.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
indent.rs Implement Indent & Outdent as operators (#12430) 2024-06-04 15:17:01 -06:00
mark.rs vim gigv (#13028) 2024-06-14 10:16:59 -06:00
paste.rs Multicursor vim registers (#13025) 2024-06-13 20:32:58 -06:00
repeat.rs vim: Support for q and @ (#13761) 2024-07-03 09:03:39 -06:00
scroll.rs Add ability to scroll popovers with vim (#12650) 2024-06-05 13:39:17 -06:00
search.rs Fix search/replace start of line anchor (#13920) 2024-07-09 12:39:24 -06:00
substitute.rs Multicursor vim registers (#13025) 2024-06-13 20:32:58 -06:00
yank.rs Multicursor vim registers (#13025) 2024-06-13 20:32:58 -06:00