I don't understand what:
silent! call repeat#set("<Plug>MyWonderfulMap", v:count)
means. Am I supposed to replace <Plug> and/or MyWonderfulMap with something else, and if so what?
I tried:
silent! call repeat#set("surround", v:count)
but it had no effect.
I don't understand what:
silent! call repeat#set("<Plug>MyWonderfulMap", v:count)
means. Am I supposed to replace <Plug> and/or MyWonderfulMap with something else, and if so what?
I tried:
silent! call repeat#set("surround", v:count)
but it had no effect.