vim: Fix gU$ (#20057)
Closes: #19380 Release Notes: - vim: Fixed `gu$` missing last character of the line
This commit is contained in:
parent
75f1862268
commit
ecb874db62
2 changed files with 10 additions and 1 deletions
|
@ -21,3 +21,7 @@
|
|||
{"Get":{"state":"ˇABC def","mode":"Normal"}}
|
||||
{"Key":"."}
|
||||
{"Get":{"state":"ˇabc def","mode":"Normal"}}
|
||||
{"Key":"g"}
|
||||
{"Key":"shift-u"}
|
||||
{"Key":"$"}
|
||||
{"Get":{"state":"ˇABC DEF","mode":"Normal"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue