Fix visual selection of trailing newline
This commit is contained in:
parent
9cb0ce7745
commit
645c149344
4 changed files with 73 additions and 19 deletions
|
@ -8,3 +8,8 @@
|
|||
{"Get":{"state":"a\n«\nˇ»b","mode":{"Visual":{"line":true}}}}
|
||||
{"Key":"x"}
|
||||
{"Get":{"state":"a\nˇb","mode":"Normal"}}
|
||||
{"Put":{"state":"a\nb\nˇ"}}
|
||||
{"Key":"shift-v"}
|
||||
{"Get":{"state":"a\nb\nˇ","mode":{"Visual":{"line":true}}}}
|
||||
{"Key":"x"}
|
||||
{"Get":{"state":"a\nˇb","mode":"Normal"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue