vim: Fix visual object expands (#28301)
Closes #28198 Release Notes: - Fixed visual object expands
This commit is contained in:
parent
61b7a05792
commit
b04f7a4c7c
2 changed files with 80 additions and 2 deletions
10
crates/vim/test_data/test_visual_object_expands.json
Normal file
10
crates/vim/test_data/test_visual_object_expands.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{"Put":{"state":"{\n {\n ˇ }\n}\n{\n}\n"}}
|
||||
{"Key":"v"}
|
||||
{"Key":"l"}
|
||||
{"Get":{"state":"{\n {\n « }ˇ»\n}\n{\n}\n","mode":"Visual"}}
|
||||
{"Key":"a"}
|
||||
{"Key":"{"}
|
||||
{"Get":{"state":"{\n «{\n }ˇ»\n}\n{\n}\n","mode":"Visual"}}
|
||||
{"Key":"a"}
|
||||
{"Key":"{"}
|
||||
{"Get":{"state":"«{\n {\n }\n}ˇ»\n{\n}\n","mode":"Visual"}}
|
Loading…
Add table
Add a link
Reference in a new issue