ZIm/crates/vim/src
Conrad Irwin 45f12b9426
vim cl (#11641)
Release Notes:

- vim: Added support for the changelist. `g;` and `g,` to the
previous/next change
- vim: Added support for the `'.` mark
- vim: Added support for `gi` to resume the previous insert
2024-05-09 21:18:56 -06:00
..
normal vim cl (#11641) 2024-05-09 21:18:56 -06:00
test Fix assorted linux issues (#10061) 2024-04-01 17:22:59 -07:00
change_list.rs vim cl (#11641) 2024-05-09 21:18:56 -06: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 vim: Add basic mark support (#11507) 2024-05-09 18:51:19 -06:00
normal.rs vim: Add basic mark support (#11507) 2024-05-09 18:51:19 -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 vim cl (#11641) 2024-05-09 21:18:56 -06:00
surrounds.rs Adjust the yss surrounds operator (#11212) 2024-04-30 21:50:04 -06:00
test.rs vim: Add basic mark support (#11507) 2024-05-09 18:51:19 -06:00
utils.rs vim: Add basic mark support (#11507) 2024-05-09 18:51:19 -06:00
vim.rs vim cl (#11641) 2024-05-09 21:18:56 -06:00
visual.rs vim: Fix cgn backwards movement when there is no matches (#10237) 2024-04-08 14:51:36 -06:00