Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc improvement suggestion #62

Open
adrianmay opened this issue Feb 21, 2018 · 2 comments
Open

Doc improvement suggestion #62

adrianmay opened this issue Feb 21, 2018 · 2 comments

Comments

@adrianmay
Copy link

adrianmay commented Feb 21, 2018

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.

@LandonSchropp
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants