zed/crates/vim/test_data/test_paste_count.json
Conrad Irwin aa5113cd92
vim: Support paste with count (#11621)
Fixes: #10842



Release Notes:

- vim: Fix pasting with a count (#10842)
2024-05-09 16:12:59 -06:00

14 lines
324 B
JSON

{"Put":{"state":"onˇe\ntwo\nthree\n"}}
{"Key":"y"}
{"Key":"y"}
{"Key":"3"}
{"Key":"p"}
{"Get":{"state":"one\nˇone\none\none\ntwo\nthree\n","mode":"Normal"}}
{"Put":{"state":"one\nˇtwo\nthree\n"}}
{"Key":"y"}
{"Key":"$"}
{"Key":"$"}
{"Key":"3"}
{"Key":"p"}
{"Get":{"state":"one\ntwotwotwotwˇo\nthree\n","mode":"Normal"}}