-
Notifications
You must be signed in to change notification settings - Fork 352
Regex ending in * breaks indenting in block below it #324
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
Comments
I can't reproduce the problem. Could you disable your plugins one by one to confirm vim-javascript is responsible? |
Reproduced it with a completely blank vimrc aside from vim-javascript. Try running a |
Ah, now I see it! Thanks for taking the time to verify that vim-javascript is at fault. The problem is that none of this project's current maintainers is familiar with the indentation-related code. |
@bounceme it appears some of the fixes we have in place, do not function when |
This should work
This issue should be fixed in |
It appears a regex ending in
*
breaks indenting below it in a block.Can anyone replicate or confirm?
Apologies if this was already reported.
The text was updated successfully, but these errors were encountered: