Hello.
I've noticed that with the plugin installed i cannot repeat a macro n times with n@x (macro at register x): apparently neovim adds a 0 to the number n and repeats the macro n*10 times for some reason (as seen in the overlay in the bottom right while typing). For example if I type 5@q it actually understands 50@q (the 0 is added as soon as I type @).
I have the plugin installed via Vim Plug on neovim on Arch Linux.
Hello. I've noticed that with the plugin installed i cannot repeat a macro n times with
n@x
(macro at register x): apparently neovim adds a 0 to the number n and repeats the macro n*10 times for some reason (as seen in the overlay in the bottom right while typing). For example if I type5@q
it actually understands50@q
(the0
is added as soon as I type@
). I have the plugin installed via Vim Plug on neovim on Arch Linux.Thanks in advance