Skip to content
New issue

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

Align Current Line == #845

Closed
samdesota opened this issue Oct 6, 2016 · 3 comments
Closed

Align Current Line == #845

samdesota opened this issue Oct 6, 2016 · 3 comments

Comments

@samdesota
Copy link

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:

  • VSCode Version: 1.5.3
  • VsCodeVim Version: 0.3.0
  • OS: macOS 10.12
@jpoon jpoon changed the title VSCode Vim Align Current Line == Oct 8, 2016
rebornix added a commit to rebornix/Vim that referenced this issue Oct 12, 2016
@rebornix
Copy link
Member

Fixed in master already.

@jazzdan
Copy link

jazzdan commented Jul 6, 2017

I think this is still an issue for me. I'm using:

  • VSCode Version: 1.13.1
  • VSCodeVim Version: 0.9.0
  • OS: macOS 10.12.5

Exact same repro steps for me as in the original issue.

@Chillee
Copy link
Member

Chillee commented Jul 6, 2017

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants