vim-surround
vim-surround copied to clipboard
ys operator overwrites gv
At the moment, ysiw"
etc. make it so that the next call to gv
selects the new surrounded text, instead of the previously user-selected visual area.
None of vim's operators change what gv
will select, and I think vim-surround shouldn't either - it's surprised me the few times I've run into this.