Files
zed/crates/vim/test_data/test_repeat_grouping_41735.json
AidanV 1fc0642de1 vim: Make each vim repeat its own transaction (#41735)
Release Notes:

- Pressing `u` after multiple `.` in rapid succession will now only undo
the latest repeat instead of all repeats.

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2025-11-13 06:46:14 +00:00

11 lines
197 B
JSON

{"Put":{"state":"ˇ"}}
{"Key":"i"}
{"Key":"a"}
{"Key":"escape"}
{"Key":"."}
{"Key":"."}
{"Key":"."}
{"Get":{"state":"ˇaaaa","mode":"Normal"}}
{"Key":"u"}
{"Get":{"state":"ˇaaa","mode":"Normal"}}