-
Notifications
You must be signed in to change notification settings - Fork 35
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
line after type declaration begins indented #51
Comments
I've removed all plugins except this one, and the behavior continues. This is in Vim 8. |
I can confirm this behaviour in vim 8. My vim configuration is:
|
redxaxder
added a commit
to redxaxder/purescript-vim
that referenced
this issue
Jul 5, 2018
redxaxder
added a commit
to redxaxder/purescript-vim
that referenced
this issue
Jul 5, 2018
If we're on the line following a type annotation, and our line doesn't start with dots or arrows, and the previous line isn't an instance declaration, then indentation level is 0.
redxaxder
added a commit
to redxaxder/purescript-vim
that referenced
this issue
Jul 5, 2018
If we're on the line following a type annotation, and our line doesn't start with dots or arrows, and the previous line isn't an instance declaration, then indentation level is 0.
coot
pushed a commit
that referenced
this issue
Jul 5, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for example
The line immediately after will begin indented. This is undesirable to me.
Removing the
setlocal indentexpr=GetPurescriptIndent()
line from the indentation file stops this, but of course it stops all indentation.I can't tell if this is something unique to my vim configuration, or if this happens to everyone. I'd appreciate any advice you can give for further debugging.
The text was updated successfully, but these errors were encountered: