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
{{ message }}
This repository was archived by the owner on Apr 6, 2018. It is now read-only.
put the cursor in the text, press vlll to select some of it
type cabcd<esc> to change the selected text into abcd
move the cursor to some other part of the text and press .
Expected result: the 3 characters after the cursor get changed into abcd
I haven't nailed down exactly what it is doing, but it's not the expected result. Sometimes I see text just deleted, or the cursor jumps back to the first place I did the change command.
To reproduce:
vlllto select some of itcabcd<esc>to change the selected text intoabcd.Expected result: the 3 characters after the cursor get changed into
abcdI haven't nailed down exactly what it is doing, but it's not the expected result. Sometimes I see text just deleted, or the cursor jumps back to the first place I did the change command.