vim: Fix 'Y' to yank to end of line (#14783)

Instead of yanking the entire line.

Release Notes:

- vim: Updated `Y` to yank to end of line (like neovim)
https://github.com/zed-industries/zed/issues/14771
This commit is contained in:
Vishal Bhavsar 2024-07-19 00:34:40 -04:00 committed by GitHub
parent 18b5a87298
commit be45f32753
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 31 additions and 1 deletions

View file

@ -0,0 +1,4 @@
{"Put":{"state":"helˇlo\n"}}
{"Key":"shift-y"}
{"Get":{"state":"helˇlo\n","mode":"Normal"}}
{"ReadRegister":{"name":"\"","value":"lo"}}