Fix VIM cw on last character of a word doesn't work as expected: (#10963)
At the moment, using the default expand_selection seems to do the job well, without the need for some additional logic, which may also make the code a little clearer, Fix #10945 Release Notes: - N/A
This commit is contained in:
parent
d9d509a2bb
commit
5c2f27a501
2 changed files with 63 additions and 61 deletions
|
@ -10,6 +10,10 @@
|
|||
{"Key":"c"}
|
||||
{"Key":"w"}
|
||||
{"Get":{"state":"Testˇtest","mode":"Insert"}}
|
||||
{"Put":{"state":"Tesˇt test"}}
|
||||
{"Key":"c"}
|
||||
{"Key":"w"}
|
||||
{"Get":{"state":"Tesˇ test","mode":"Insert"}}
|
||||
{"Put":{"state":"Test teˇst\ntest"}}
|
||||
{"Key":"c"}
|
||||
{"Key":"w"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue