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
==
Pressed '==' on a incorrectly indented line in normal mode
The line indentation to be fixed
Nothing.
You can enter visual mode, press '$', then press '=' to correct the indentation.
The text was updated successfully, but these errors were encountered:
fix VSCodeVim#845
ee1100b
Fixed in master already.
Sorry, something went wrong.
I think this is still an issue for me. I'm using:
1.13.1
0.9.0
Exact same repro steps for me as in the original issue.
@jazzdan It's because there's 2 commands relevant to reindentation in VSCode. Reindentation and Reformatting.
VsCode doesn't currently support reindenting a range of lines: #1017
No branches or pull requests
What did you do?
Pressed '==' on a incorrectly indented line in normal mode
What did you expect to happen?
The line indentation to be fixed
What happened instead?
Nothing.
Workaround
You can enter visual mode, press '$', then press '=' to correct the indentation.
Technical details:
The text was updated successfully, but these errors were encountered: