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
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.
The text was updated successfully, but these errors were encountered:
I'd like to add that an explanation of the two parameters that the repeat#set function takes would be helpful. I looked at the source code for a couple of the plugins mentioned in the readme and it wasn't clear how they related to the documentation mentioned above.
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.
The text was updated successfully, but these errors were encountered: