joonty / vim-phpqa

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

No commands in Vim #36

Closed chrisRidgers closed 9 years ago

chrisRidgers commented 9 years ago

I've just noticed that my php files are no longer being checked on save, and that vim can't even see the :Php.. commands.

Plugin install via vundle went fine.

Any ideas?

esseguin commented 9 years ago

This recently started happening to me as well. A quick fix is to comment out the lines from this pull request https://github.com/joonty/vim-phpqa/pull/25/files. The has("php") check isn't working as I think the author intended (at least for me. I'm on homebrew installed MacVim)

chrisRidgers commented 9 years ago

Confirmed. Good solution.

I'll try and do a pull request with the commented lines. Should flag them for attention.

joonty commented 9 years ago

Merged PR, so closing. Thanks