ZIm/crates/vim/src
Hans f39a24255c
Adjust the yss surrounds operator (#11212)
For #11084 In the case of an indentation in front of the current line,
it may also be necessary to deal with the start point of the selected
range


Release Notes:


- N/A

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2024-04-30 21:50:04 -06:00
..
normal support vim replace command with range (#10709) 2024-04-29 18:49:30 -06:00
test Fix assorted linux issues (#10061) 2024-04-01 17:22:59 -07:00
command.rs support vim replace command with range (#10709) 2024-04-29 18:49:30 -06:00
editor_events.rs Use fewer fancy cursors even for vim users (#11041) 2024-04-26 09:42:21 +02:00
insert.rs vim: Keep multi-cursor on escape (#8464) 2024-02-26 22:54:02 -07:00
mode_indicator.rs Fix misalignment of vim mode indicator (#10962) 2024-04-24 19:17:10 -06:00
motion.rs Adjust the yss surrounds operator (#11212) 2024-04-30 21:50:04 -06:00
normal.rs Add surrounds support for vim (#9400) 2024-04-08 11:41:06 -06:00
object.rs Improve logic for obtaining surrounds range in Vim mode (#10938) 2024-04-24 21:19:15 -06:00
replace.rs Fix undo in replace mode (#10086) 2024-04-03 11:35:04 -06:00
state.rs Make keymaps reusable across platforms (#10811) 2024-04-22 13:24:25 -07:00
surrounds.rs Adjust the yss surrounds operator (#11212) 2024-04-30 21:50:04 -06:00
test.rs Fix panic in visual line mode with folds (#10284) 2024-04-08 11:39:06 -06:00
utils.rs Compute scrollbar markers asynchronously (#10080) 2024-04-03 12:21:17 +02:00
vim.rs Adjust the yss surrounds operator (#11212) 2024-04-30 21:50:04 -06:00
visual.rs vim: Fix cgn backwards movement when there is no matches (#10237) 2024-04-08 14:51:36 -06:00