zed/crates/vim/test_data/test_indent_gv.json
Conrad Irwin 1a62396b1e
vim: Fix gv after indent/toggle comments (#17986)
Release Notes:

- vim: Fixed `gv` after > and < in visual mode
2024-09-18 08:19:06 -06:00

8 lines
201 B
JSON

{"SetOption":{"value":"shiftwidth=4"}}
{"Put":{"state":"ˇhello\nworld\n"}}
{"Key":"v"}
{"Key":"j"}
{"Key":">"}
{"Key":"g"}
{"Key":"v"}
{"Get":{"state":"« hello\n ˇ» world\n","mode":"Visual"}}