Files
oak-gpui/crates/vim/src
Thorsten Ball 7fb9549098 vim: Fix d shift-g not deleting until EOD if soft-wrap is on (#20160)
This previously didn't work: `d G` would delete to the end of the "first
of the soft-wrapped lines" of the last line.

To fix it, we special case the delete behavior for `shift-g`, which is
what Neovim also seems to do.


Release Notes:

- Fixed `d G` in Vim mode not deleting until the actual end of the
document if soft-wrap is turned on.
2024-11-05 14:47:14 +01:00
..
2024-07-28 22:44:32 -06:00
2024-08-20 20:48:50 -06:00
2024-10-31 23:25:59 -06:00
2024-08-20 20:48:50 -06:00
2024-11-04 09:03:27 -07:00
2024-09-20 13:02:39 -06:00
2024-11-04 09:03:27 -07:00
2024-10-31 23:26:04 -06:00