JunSuzukiJapan / atom-keyboard-macros-vim

MIT License
17 stars 7 forks source link

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

Open DKuykendall opened 8 years ago

DKuykendall commented 8 years ago

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 commented 8 years ago

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 commented 7 years ago

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 commented 7 years ago

Having the same issue

Illation commented 7 years ago

Yup same