diff --git a/plugin/surround.vim b/plugin/surround.vim index 0810a16..fd49268 100644 --- a/plugin/surround.vim +++ b/plugin/surround.vim @@ -435,7 +435,7 @@ function! s:dosurround(...) " {{{1 if newchar == "" silent! call repeat#set("\Dsurround".char,scount) else - silent! call repeat#set("\Csurround".char.newchar,scount) + silent! call repeat#set("\Csurround".char.newchar.s:tag,scount) endif endfunction " }}}1