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
(evil-record-macro 113) (command1) (command2) (command3) (evil-record-macro nil)
Maybe refactor to introduce elmacro-macro-regexps with pairs like "(evil-record-macro \d+)" . "(evil-record-macro nil)"
elmacro-macro-regexps
"(evil-record-macro \d+)" . "(evil-record-macro nil)"
Given we have a register, maybe defun elmacro-show-evil-macro (register) makes sense here.
defun elmacro-show-evil-macro (register)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Maybe refactor to introduce
elmacro-macro-regexps
with pairs like"(evil-record-macro \d+)" . "(evil-record-macro nil)"
Given we have a register, maybe
defun elmacro-show-evil-macro (register)
makes sense here.The text was updated successfully, but these errors were encountered: