vim: fix v$% (#10051)
Release Notes: - vim: Fixed `%` in visual mode when at the end of a line.
This commit is contained in:
parent
8b586ef8e7
commit
65f0712713
2 changed files with 25 additions and 0 deletions
5
crates/vim/test_data/test_visual_match_eol.json
Normal file
5
crates/vim/test_data/test_visual_match_eol.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{"Put":{"state":"fn aˇ() {\n return\n}\n"}}
|
||||
{"Key":"v"}
|
||||
{"Key":"$"}
|
||||
{"Key":"%"}
|
||||
{"Get":{"state":"fn a«() {\n return\n}ˇ»\n","mode":"Visual"}}
|
Loading…
Add table
Add a link
Reference in a new issue