-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repeat#wrap hides undo/redo messages #27
Comments
blueyed
added a commit
to blueyed/vim-repeat
that referenced
this issue
Nov 5, 2014
Patch from @wilywampa. Fixes: tpope#27
👍 I've created a PR with it: #29. |
Addressed by #33. |
This was referenced Jul 22, 2020
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With regular
u
/<C-r>
Vim echoes some information about the undo state, e.g.1 change; before #11 12:30:44
. That message isn't displayed if the undo comes from the normal command, e.g.exe 'norm! u'
.feedkeys('u', 'n')
does display the message, so this is my proposed fix:The text was updated successfully, but these errors were encountered: