Skip to content

Commit 664e39a

Browse files
committed
Merge pull request #37 from chrisRidgers/hotfix/brokencommandspatch
Pull request to comment php check
2 parents 56dd009 + d954c24 commit 664e39a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/Phpqa.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"-------------------------------------------------
1616

1717
" Disable plugin if php isn't available
18-
if 0 == has("php")
18+
if !executable("php")
1919
finish
2020
endif
2121

0 commit comments

Comments
 (0)