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
I've got vim-speeddating and vim-repeat loaded and find that undo followed by repeat does not repeat the correct action.
Example:
in normal mode, A0<ESC>.
. appends 0's, as expected.
^A increments the number
. repeats the increment
u undos the last increment
. now appends 0's again, instead of the last increment action.
With vanilla vim, step 6 repeats the increment action.
The text was updated successfully, but these errors were encountered:
strottie
changed the title
vim-repeat+vim-speeddating: repeats previous-previous action after unfo
vim-repeat+vim-speeddating: repeats previous-previous action after undo
Dec 19, 2020
I've got vim-speeddating and vim-repeat loaded and find that undo followed by repeat does not repeat the correct action.
Example:
A0<ESC>
..
appends 0's, as expected.^A
increments the number.
repeats the incrementu
undos the last increment.
now appends 0's again, instead of the last increment action.With vanilla vim, step 6 repeats the increment action.
The text was updated successfully, but these errors were encountered: