We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56dd009 + d954c24 commit 664e39aCopy full SHA for 664e39a
1 file changed
plugin/Phpqa.vim
@@ -15,7 +15,7 @@
15
"-------------------------------------------------
16
17
" Disable plugin if php isn't available
18
-if 0 == has("php")
+if !executable("php")
19
finish
20
endif
21
0 commit comments