ZIm/crates/vim/src/normal
Thorsten Ball b25d8ecb75
vim: Fix deletion with sentence-motion (#22289)
Fixes #22151.

Turns out Vim also has some weird behavior with sentence deletion in
case it's on the first character of a line.

Release Notes:

- vim: Fixed deleting sentence-wise (i.e. `d(` and `d)`), which would
previously delete the whole line instead of just a sentence.
2024-12-20 12:48:38 +00:00
..
case.rs Implement Helix Support (WIP) (#19175) 2024-12-03 23:19:52 -07:00
change.rs Introduce staff-only inline completion provider (#21739) 2024-12-09 14:26:36 +01:00
delete.rs vim: Fix deletion with sentence-motion (#22289) 2024-12-20 12:48:38 +00:00
increment.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
mark.rs Fix register selection in visual mode (#18418) 2024-09-26 20:27:49 -06:00
paste.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
repeat.rs Fix vim repeat (.) and macro playback insertions in diagnostics and assistant (#22210) 2024-12-18 15:30:52 -07:00
scroll.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
search.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
substitute.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
toggle_comments.rs vim: Improve lifecycle (#16477) 2024-08-20 20:48:50 -06:00
yank.rs Configure Highlight settings on yank vim (#21479) 2024-12-04 09:23:31 -07:00