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
ci{
For this file:
function foo() { |const f; } class Bar() { function baz() { |const qux; } }
If you do ci{ in first/second place, what you get are:
function foo() {| } class Bar() { function baz() {|} }
function foo() { | } class Bar() { function baz() { | } }
The text was updated successfully, but these errors were encountered:
fix VSCodeVim#982
d436201
e605ed3
Thanks a lot for the quick fix!
Sorry, something went wrong.
No branches or pull requests
For this file:
What did you do?
If you do
ci{
in first/second place, what you get are:What did you expect to happen?
Technical details:
The text was updated successfully, but these errors were encountered: