17

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.

Nick Knowlson
  • 7,185
  • 6
  • 47
  • 63
  • I was wondering the same thing. For example, when building a list it would be sweet to do a `yss
  • `, go to the next line and hit `.` without having to re-type li.
  • – devth Sep 03 '10 at 18:38
  • It looks like [surround.vim](http://www.vim.org/scripts/script.php?script_id=1697) and [visualrepeat.vim](http://www.vim.org/scripts/script.php?script_id=3848) don't work together. This is what I am looking for. – Hotschke Feb 12 '14 at 12:12