Enable repeat with tags for cst

This commit is contained in:
Alex Padgett 2012-03-02 10:29:25 -05:00
parent b8b7ed84ee
commit 25f59364db

View File

@ -435,7 +435,7 @@ function! s:dosurround(...) " {{{1
if newchar == ""
silent! call repeat#set("\<Plug>Dsurround".char,scount)
else
silent! call repeat#set("\<Plug>Csurround".char.newchar,scount)
silent! call repeat#set("\<Plug>Csurround".char.newchar.s:tag,scount)
endif
endfunction " }}}1