syntastic icon indicating copy to clipboard operation
syntastic copied to clipboard

hlint unable to load .hs file inside Cygwin #2130

Open chekkal opened this issue 7 years ago • 1 comments

Problem: The syntastic doesn't highlight errors in haskell files using hlint.exe Solution: Inside the Cygwin env the hlint.exe can't load the .hs name expanded by syntastic inside vim because it contains linux path, the fix is when we detect that we are inside a cygwin in windows to convert the path from cygwin to windows using

cygpath -w

chekkal avatar Jan 04 '18 15:01 chekkal

No description of what this is supposed to fix and how = reject.

lcd047 avatar Jan 04 '18 15:01 lcd047