forked from zed-industries/zed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vim: Fix VisualYankLine (zed-industries#22416)
Closes zed-industries#22388 Release Notes: - Fixed Visual Mode Use `Y` Yank Line --------- Co-authored-by: Conrad Irwin <[email protected]>
- Loading branch information
1 parent
7d0c571
commit e7ca39d
Showing
3 changed files
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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"}} |