vote up 2 vote down star

Did anybody get surround.vim to work with repeat.vim?

This should enable you to repeat any command provided by the surround plugin with the "." command.

I think surround.vim should already have builtin support for the repeat plugin, so it should work out of the box but I can't get it to work.

flag

2 Answers

vote up 1 vote down check

I just put surround.vim and repeat.vim in my .vim/plugins folder and tried it out. For me, it works like described.

May you try the repeat command on a function that is not supported. In the docs of surround.vim it says

 The "." command will work with ds, cs, and yss if you install repeat.vim

It does not say that all commands work with repeat.vim. E.g. the visual mode stuff (select multiple lines and surround them) does not work with repeat.vim

link|flag
vote up 0 vote down

You were right. It seems to only work on ds, cs and yss.

It also works, partially, on yse, ysiw, ysaw, ys2w. When you repeat a ysiw command it will stop at a prompt waiting for you to input a type of surrounding (i.e. b, B, r, ", t...).

Still no visual commands though. I hope there'll be future versions with added support for the rest of the commands.

Thanks for the answer.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.