Skip to content

Commit

Permalink
Fix typo in repeat#set call
Browse files Browse the repository at this point in the history
  • Loading branch information
itspriddle committed Feb 4, 2015
1 parent 6e0a168 commit 7e8f414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/surround.vim
Expand Up @@ -457,7 +457,7 @@ function! s:dosurround(...) " {{{1
if newchar == ""
silent! call repeat#set("\<Plug>Dsurround".char,scount)
else
silent! call repeat#set("\<Plug>C".(a:0 > 2 && a:3 ? "S" : "s")."urround".char.newchar.s:inpur,scount)
silent! call repeat#set("\<Plug>C".(a:0 > 2 && a:3 ? "S" : "s")."urround".char.newchar.s:input,scount)
endif
endfunction " }}}1

Expand Down

0 comments on commit 7e8f414

Please sign in to comment.