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:
0x2CA 2025-01-07 08:15:19 +08:00 committed by GitHub
parent 7d0c571a8f
commit e7ca39dfe9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 32 additions and 5 deletions

View 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"}}