Skip to content

Commit

Permalink
Fix yss adding newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed May 29, 2018
1 parent 4e7d573 commit 643a424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/surround.vim
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ nnoremap <silent> <Plug>SurroundRepeat .
nnoremap <silent> <Plug>Dsurround :<C-U>call <SID>dosurround(<SID>inputtarget())<CR>
nnoremap <silent> <Plug>Csurround :<C-U>call <SID>changesurround()<CR>
nnoremap <silent> <Plug>CSurround :<C-U>call <SID>changesurround(1)<CR>
nnoremap <expr> <Plug>Yssurround <SID>opfunc('setup').'_'
nnoremap <expr> <Plug>Yssurround <SID>opfunc('setup').'g_'
nnoremap <expr> <Plug>YSsurround <SID>opfunc2('setup').'_'
nnoremap <expr> <Plug>Ysurround <SID>opfunc('setup')
nnoremap <expr> <Plug>YSurround <SID>opfunc2('setup')
Expand Down

0 comments on commit 643a424

Please sign in to comment.