ZIm/crates/vim/src/normal
AidanV 9d5fb3c3f3
Add :delm[arks] {marks} command to delete vim marks (#31140)
Release Notes:

- Implements `:delm[arks] {marks}` specified
[here](https://vimhelp.org/motion.txt.html#%3Adelmarks)
- Adds `ArgumentRequired` action for vim commands that require arguments

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2025-06-02 13:18:28 -06:00
..
change.rs vim: Change line up and change line down respect indentation (#28934) 2025-04-17 20:51:24 -06:00
convert.rs vim: Add some forced motion support (#27991) 2025-04-11 11:12:30 -06:00
delete.rs vim: Fix end of paragraph deletion when there's no blank lines (#29490) 2025-04-29 19:34:51 +00:00
increment.rs vim: Add some forced motion support (#27991) 2025-04-11 11:12:30 -06:00
mark.rs Add :delm[arks] {marks} command to delete vim marks (#31140) 2025-06-02 13:18:28 -06:00
paste.rs vim: Handle paste in visual line mode when cursor is at newline (#30791) 2025-06-02 09:50:13 -06:00
repeat.rs vim: Add some forced motion support (#27991) 2025-04-11 11:12:30 -06:00
scroll.rs vim: Fix LineUp (#27754) 2025-04-16 17:24:24 +00:00
search.rs vim: Fix incorrect escaping parenthesis of replacement string (#29555) 2025-04-29 19:55:02 -06:00
substitute.rs vim: Add some forced motion support (#27991) 2025-04-11 11:12:30 -06:00
toggle_comments.rs vim: Add some forced motion support (#27991) 2025-04-11 11:12:30 -06:00
yank.rs vim: Add some forced motion support (#27991) 2025-04-11 11:12:30 -06:00