Menu

#84 bug in default compiler plugin php.vim

open
nobody
None
5
2009-11-12
2009-11-12
Anonymous
No

because of this line in compiler/php.vim:
CompilerSet makeprg=php\ -lq
running:
:comp php
:mak
results in either the command hanging or no syntax errors detected in -

the problem is php wants the script name (%) passed explicitly...
changing that line to:
CompilerSet makeprg=php\ -lq\ %
solves the problem.

Discussion


Log in to post a comment.