You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
h-east
changed the title
When start CLPUM, characters are deleted under the cursor until the end of the command-line.
When stop CLPUM, characters are deleted under the cursor until the end of the command-line.
Dec 5, 2015
How to reproduce:
$ vim -N -u NONE -c "set clpum"
:abcde<C-B>set w
<Tab><Tab>
<C-E>
Expected behavior:
|
is cursor):set w|abcde
Actual behavior:
abcde
gone?:set w|
The text was updated successfully, but these errors were encountered: