We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
ysiw"
gv
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the moment,
ysiw"
etc. make it so that the next call togv
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.The text was updated successfully, but these errors were encountered: