-
Notifications
You must be signed in to change notification settings - Fork 120
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
macro "times" command to repeat macros doesn't work #526
Comments
I can reproduce this behavior |
@LexiconCode any idea what's wrong here? I will definitely want to leverage this functionality for other issues I'm working on. I looked at it but didn't see anything obvious |
It doesn't work for me as well. I found the times spec, but not where its functionality is implemented, any idea? |
Try altering this line:
So that it looks like:
(ie just add a repeat at the end) |
Thank you, this did the trick for me! |
@lexxish fixed! |
The command is logged properly as
Recorded Macro: macro [times <n>]
but macro only runs once.The text was updated successfully, but these errors were encountered: