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
vim-repeat gives the option to pass a count to the repeat, so it can be used when pressing .. It seems like Repeating doesn't pass any count to repeat#set, which usually receives v:count. It would be nice to have the option to automatically pass the <count> used in the mapping to it.
The text was updated successfully, but these errors were encountered:
luiz00martins
changed the title
Repeat doesn't pass map count to repeat#setrepeatable#Set doesn't pass map count to repeat#setJun 19, 2021
vim-repeat gives the option to pass a count to the repeat, so it can be used when pressing
.
. It seems like Repeating doesn't pass any count torepeat#set
, which usually receivesv:count
. It would be nice to have the option to automatically pass the<count>
used in the mapping to it.The text was updated successfully, but these errors were encountered: