joonty / vim-phpqa

PHP QA tools for Vim
http://www.joncairns.com
MIT License
290 stars 32 forks source link

Php lint not showing errors #21

Open dennieriechelman opened 10 years ago

dennieriechelman commented 10 years ago

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

groffhibbitz commented 10 years ago

I saw the same problem, and had to remove that redirect as well.

JordanMatuschka commented 8 years ago

I had the same problem with vim version 7.4.1345 on OSX 10.11.3, removing the redirect resolved the issue.

BadBrainJohnson commented 8 years ago

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 :)