Milind Ganjoo
Results
1
comments of
Milind Ganjoo
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.