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.
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.