vim-repeat icon indicating copy to clipboard operation
vim-repeat copied to clipboard

Doc improvement suggestion

Open adrianmay opened this issue 7 years ago • 2 comments
trafficstars

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.

adrianmay avatar Feb 21 '18 09:02 adrianmay

Thanks for making this plugin!

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.

LandonSchropp avatar Apr 15 '19 05:04 LandonSchropp

I found the documentation in the source code: https://github.com/tpope/vim-repeat/blob/master/autoload/repeat.vim#L19-L45

LandonSchropp avatar Apr 15 '19 05:04 LandonSchropp