Fix register selection in visual mode (#18418)
Related to #12895 Release Notes: - vim: Fix register selection in visual yank
This commit is contained in:
parent
c83d007138
commit
32605e9ea4
3 changed files with 10 additions and 1 deletions
|
@ -10,6 +10,13 @@
|
|||
{"Key":"d"}
|
||||
{"Get":{"state":"The quick brown\nthe ˇlazy dog","mode":"Normal"}}
|
||||
{"ReadRegister":{"name":"_","value":""}}
|
||||
{"Key":"shift-v"}
|
||||
{"Key":"\""}
|
||||
{"Key":"_"}
|
||||
{"Key":"y"}
|
||||
{"Key":"w"}
|
||||
{"Get":{"state":"The quick brown\nthe ˇlazy dog","mode":"Normal"}}
|
||||
{"ReadRegister":{"name":"\"","value":"jumps"}}
|
||||
{"Get":{"state":"The quick brown\nthe ˇlazy dog","mode":"Normal"}}
|
||||
{"Key":"\""}
|
||||
{"Key":"\""}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue