vim: Fix VisualYankLine (#22416)
Closes #22388 Release Notes: - Fixed Visual Mode Use `Y` Yank Line --------- Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
This commit is contained in:
parent
7d0c571a8f
commit
e7ca39dfe9
3 changed files with 32 additions and 5 deletions
7
crates/vim/test_data/test_shift_y.json
Normal file
7
crates/vim/test_data/test_shift_y.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{"Put":{"state":"The ˇquick brown\n"}}
|
||||
{"Key":"v"}
|
||||
{"Key":"i"}
|
||||
{"Key":"w"}
|
||||
{"Key":"shift-y"}
|
||||
{"Get":{"state":"ˇThe quick brown\n","mode":"Normal"}}
|
||||
{"ReadRegister":{"name":"\"","value":"The quick brown\n"}}
|
Loading…
Add table
Add a link
Reference in a new issue