You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This recursive macro didn't work and after some investigation I found out that removing bullets.vim solves the issue. I have no clue why, but here's how to reproduce it:
Create a new file that contains the following line:
1,2,3,4,5,6
Execute the following commands on that line, which creates a recursive macro in register q: _qqqqqf,a<CR><Esc>@qq, and immediately after that press @q to call the macro.
The file is unchanged. However, without bullets.vim, the file will look like this:
This recursive macro didn't work and after some investigation I found out that removing bullets.vim solves the issue. I have no clue why, but here's how to reproduce it:
Use the following
.vimrc
/init.vim
:Create a new file that contains the following line:
Execute the following commands on that line, which creates a recursive macro in register
q
:_qqqqqf,a<CR><Esc>@qq
, and immediately after that press@q
to call the macro.The file is unchanged. However, without bullets.vim, the file will look like this:
Output of
:version
:The same error appears in Vim as well.
The text was updated successfully, but these errors were encountered: