Throws vim error in Ubuntu 16.04
Launching this on Ubuntu 16.04 gives me this error:
Error detected while processing /home/marcus/.vim/bundle/vim-phpunitqf/plugin/vim-phpunitqf.vim: line 30: E319: Sorry, the command is not available in this version: pyfile /home/marcus/.vim/bundle/vim-phpunitqf/plugin/phpunit.py Press ENTER or type command to continue
It works everywhere else (Mac OS, Ubuntu 12.04, RHEL). Note, I am using vim-nox instead of the default vim-tiny.
Same error on debian sid
I imagine you guys are aware at this point, but it's because you're missing python2 support, on which this plugin seems to be dependent. You can do "vim --version | grep python" and you'll probably see -python and +python3. Getting +python in there would solve it, but from what I gather that's a bit of a pain in the arse on debian/ubuntu. Easier probably to compile from source and run from local dir. I may do the same.