vim-phpqa icon indicating copy to clipboard operation
vim-phpqa copied to clipboard

Php lint not showing errors

Open dennieriechelman opened this issue 10 years ago • 3 comments

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

dennieriechelman avatar Jun 10 '14 09:06 dennieriechelman

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

groffhibbitz avatar Aug 12 '14 18:08 groffhibbitz

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

JordanMatuschka avatar Feb 23 '16 16:02 JordanMatuschka

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

BadBrainJohnson avatar Aug 23 '16 22:08 BadBrainJohnson