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
BUG REPORT
Environment:
What happened: The surround command does not space correctly around a word:
for example: word word word
word word word
is changed to: word [ word ]word With 2 space before the bracket and zero after
word [ word ]word
Exact keys you pressed Cmd + n (new file) iword word word (some text) bb (locate cursor) ysw[
What did you expect to happen: word [ word ] word
How to reproduce it: As described above
Notes
Also goes wrong for other delimiters ()[] ...
()[] ...
The same bug impacts a word (eg. ysaw[)
ysaw[
inner word works correctly (eg. ysiw[ )
ysiw[
I love this plugin, keep up the good work
The text was updated successfully, but these errors were encountered:
56371b6
Merge pull request #2171 from westim/surround-offset
26d77e8
Fix #2168: Surround offset
No branches or pull requests
BUG REPORT
Environment:
What happened:
The surround command does not space correctly around a word:
for example:
word word word
is changed to:
word [ word ]word
With 2 space before the bracket and zero after
Exact keys you pressed
Cmd + n (new file)
iword word word (some text)
bb (locate cursor)
ysw[
What did you expect to happen:
word [ word ] word
How to reproduce it:
As described above
Notes
Also goes wrong for other delimiters
()[] ...
The same bug impacts a word (eg.
ysaw[
)inner word works correctly (eg.
ysiw[
)I love this plugin, keep up the good work
The text was updated successfully, but these errors were encountered: