Closed wturrell closed 11 years ago
Hello. I installed the master branch (on Macvim snapshot 66, using Pathogen for bundle management) and got:
Error detected while processing function phpqa#QAToolsToggle
(it was trying to find phpqa#ToggleSigns, which isn't in the current autoload/phpqa.vim)
I restored the code that was removed in https://github.com/joonty/vim-phpqa/commit/7ff3850c4504822e92790df5821474a7c6ef14ad - specifically line 29 and lines 36-55 to get it working.
Bug, or caused by something else specific to me?
Hi,
You're absolutely right - I stupidly culled a lot of code without properly testing afterwards!
I've removed the reference to that function. Thanks for bringing this up! I'll push a fix now.
Thanks!
Hello. I installed the master branch (on Macvim snapshot 66, using Pathogen for bundle management) and got:
Error detected while processing function phpqa#QAToolsToggle
(it was trying to find phpqa#ToggleSigns, which isn't in the current autoload/phpqa.vim)
I restored the code that was removed in https://github.com/joonty/vim-phpqa/commit/7ff3850c4504822e92790df5821474a7c6ef14ad - specifically line 29 and lines 36-55 to get it working.
Bug, or caused by something else specific to me?