Skip to content

Doesn't restore indent level after closing parenthesis #315

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

Closed
leomao opened this issue Oct 9, 2015 · 2 comments
Closed

Doesn't restore indent level after closing parenthesis #315

leomao opened this issue Oct 9, 2015 · 2 comments

Comments

@leomao
Copy link

leomao commented Oct 9, 2015

| denotes the cursor position.

expected result:

someFunc(param1, param2,
         param3, param4); // press enter here
|

currently:

someFunc(param1, param2,
         param3, param4); // press enter here
         |
@davidchambers
Copy link
Collaborator

This bites me frequently.

bounceme added a commit to bounceme/vim-javascript that referenced this issue Apr 16, 2016
also a possible fix for the last example in pangloss#329 and pangloss#315
bounceme added a commit to bounceme/vim-javascript that referenced this issue Apr 16, 2016
also a possible fix for the last example in pangloss#329 and pangloss#315
bounceme added a commit to bounceme/vim-javascript that referenced this issue Apr 16, 2016
also a possible fix for the last example in pangloss#329 and pangloss#315
bounceme added a commit to bounceme/vim-javascript that referenced this issue Apr 18, 2016
also a possible fix for the last example in pangloss#329 and pangloss#315
@amadeus
Copy link
Collaborator

amadeus commented Apr 20, 2016

This issue appears to be fixed in develop

@amadeus amadeus closed this as completed Apr 20, 2016
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

3 participants