zed/crates/vim/test_data/test_end_of_line_downward.json
CharlesChen0823 8745719687
vim: Fix g _ not having the expected behavior (#12607)
Release Notes:

- N/A

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2024-06-05 15:00:13 -06:00

13 lines
340 B
JSON

{"Put":{"state":"ˇ one\n two \nthree"}}
{"Key":"g"}
{"Key":"_"}
{"Get":{"state":" onˇe\n two \nthree","mode":"Normal"}}
{"Put":{"state":"ˇ one \n two \nthree"}}
{"Key":"g"}
{"Key":"_"}
{"Get":{"state":" onˇe \n two \nthree","mode":"Normal"}}
{"Key":"2"}
{"Key":"g"}
{"Key":"_"}
{"Get":{"state":" one \n twˇo \nthree","mode":"Normal"}}