Skip to content
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

Number before macro execution does not execute macro multiple times #9

Open
DKuykendall opened this issue Jul 16, 2016 · 4 comments
Open

Comments

@DKuykendall
Copy link

DKuykendall commented Jul 16, 2016

In vim, executing a macro like "@q" executes it once, but typing "10@q" would execute it 10 times. This does not seem to be the case here.

@W4RH4WK
Copy link

W4RH4WK commented Jul 31, 2016

Replaying a macro multiple times works for me (although I managed to freeze atom this way). Strangely hitting @q 10 times yields a different result that hitting 10@q, mainly with respect to line breaks, but there may be other occasions where this breaks.

@mowsmith
Copy link

I have the same issue. I'm using vim-mode-plus. Doing "10@q" won't execute the macro 10 times. It only does it once unless my macro is something like "j", but a more complex macro that ends in "j" will only run once.

@AndrewBestbier
Copy link

Having the same issue

@Illation
Copy link

Yup same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants