We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7d573 commit 643a424Copy full SHA for 643a424
plugin/surround.vim
@@ -573,7 +573,7 @@ nnoremap <silent> <Plug>SurroundRepeat .
573
nnoremap <silent> <Plug>Dsurround :<C-U>call <SID>dosurround(<SID>inputtarget())<CR>
574
nnoremap <silent> <Plug>Csurround :<C-U>call <SID>changesurround()<CR>
575
nnoremap <silent> <Plug>CSurround :<C-U>call <SID>changesurround(1)<CR>
576
-nnoremap <expr> <Plug>Yssurround <SID>opfunc('setup').'_'
+nnoremap <expr> <Plug>Yssurround <SID>opfunc('setup').'g_'
577
nnoremap <expr> <Plug>YSsurround <SID>opfunc2('setup').'_'
578
nnoremap <expr> <Plug>Ysurround <SID>opfunc('setup')
579
nnoremap <expr> <Plug>YSurround <SID>opfunc2('setup')
0 commit comments