We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
replay/autoload/replay.vim
Line 47 in 3c47553
Shouldn't this be normal! @@ to avoid the case where someone has @ mapped to something else?
normal! @@
The text was updated successfully, but these errors were encountered:
Ah yes, I think you're right. I'm already dealing with that in the feedkeys() calls by passing "n", but we probably want normal! as well.
feedkeys()
normal!
Out of curiosity, what do you have "@" mapped to, if anything?
Sorry, something went wrong.
0160c4a
No branches or pull requests
replay/autoload/replay.vim
Line 47 in 3c47553
Shouldn't this be
normal! @@
to avoid the case where someone has @ mapped to something else?The text was updated successfully, but these errors were encountered: