diff --git a/plugin/surround.vim b/plugin/surround.vim index e283ed2..b9ca23a 100644 --- a/plugin/surround.vim +++ b/plugin/surround.vim @@ -457,7 +457,7 @@ function! s:dosurround(...) " {{{1 if newchar == "" silent! call repeat#set("\Dsurround".char,scount) else - silent! call repeat#set("\C".(a:0 > 2 && a:3 ? "S" : "s")."urround".char.newchar.s:inpur,scount) + silent! call repeat#set("\C".(a:0 > 2 && a:3 ? "S" : "s")."urround".char.newchar.s:input,scount) endif endfunction " }}}1