mirror of
https://github.com/tpope/vim-surround.git
synced 2025-11-11 21:03:50 -05:00
@@ -415,7 +415,7 @@ function! s:dosurround(...) " {{{1
|
|||||||
else
|
else
|
||||||
let pcmd = "P"
|
let pcmd = "P"
|
||||||
endif
|
endif
|
||||||
if line('.') < oldlnum && regtype ==# "V"
|
if line('.') + 1 < oldlnum && regtype ==# "V"
|
||||||
let pcmd = "p"
|
let pcmd = "p"
|
||||||
endif
|
endif
|
||||||
call setreg('"',keeper,regtype)
|
call setreg('"',keeper,regtype)
|
||||||
|
|||||||
Reference in New Issue
Block a user