diff --git a/plugin/surround.vim b/plugin/surround.vim index a91bc30..f5d9b86 100644 --- a/plugin/surround.vim +++ b/plugin/surround.vim @@ -573,7 +573,7 @@ nnoremap SurroundRepeat . nnoremap Dsurround :call dosurround(inputtarget()) nnoremap Csurround :call changesurround() nnoremap CSurround :call changesurround(1) -nnoremap Yssurround opfunc('setup').'_' +nnoremap Yssurround opfunc('setup').'g_' nnoremap YSsurround opfunc2('setup').'_' nnoremap Ysurround opfunc('setup') nnoremap YSurround opfunc2('setup')