You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe it's because of the line if thisl =~ '\s*in$ in indent/haskell.vim. It should probably be if thisl =~ '\s*in\> instead? I could send a pull request if needed.
When realigning a block such as the following using "="
the
in
is re-aligned with the variable binding on the previous line, not thelet
.The text was updated successfully, but these errors were encountered: