vim: Fix gv after indent/toggle comments (#17986)

Release Notes:

- vim: Fixed `gv` after > and < in visual mode
This commit is contained in:
Conrad Irwin 2024-09-18 08:19:06 -06:00 committed by GitHub
parent 3ac201e448
commit 1a62396b1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 107 additions and 71 deletions

View file

@ -0,0 +1,8 @@
{"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"}}