Open dennieriechelman opened 10 years ago
I saw the same problem, and had to remove that redirect as well.
I had the same problem with vim version 7.4.1345 on OSX 10.11.3, removing the redirect resolved the issue.
I wonder how this could have ever worked ;) According to the manual the linter writes everything to STDOUT - sending it to /dev/null kind of disables the feature. Maybe it wrote to STDERR a couple versions back. But anyway, great plugin :)
First of all awesome plugin!
Probably not really a bug but I have the problem that the php linter does not show errors. It works when I remove 1>/dev/null from line 90. Somehow redirecting standard output does something strange at my system.
I have not put a lot of research in why this could be. Just wanted to let you and someone else who could have the same problem know.
Thanks