ZIm/crates/vim/src
Zachiah Sawyer 901cb8b3d2
vim: Add basic mark support (#11507)
Release Notes:
- vim: Added support for buffer-local marks (`'a-'z`) and some builtin
marks `'<`,`'>`,`'[`,`']`, `'{`, `'}` and `^`. Global marks (`'A-'Z`),
and other builtin marks (`'0-'9`, `'(`, `')`, `''`, `'.`, `'"`) are not
yet implemented. (#5122)

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2024-05-09 18:51:19 -06:00
..
normal vim: Add basic mark support (#11507) 2024-05-09 18:51:19 -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 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: Add basic mark support (#11507) 2024-05-09 18:51:19 -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: Add basic mark support (#11507) 2024-05-09 18:51:19 -06:00
visual.rs vim: Fix cgn backwards movement when there is no matches (#10237) 2024-04-08 14:51:36 -06:00