Closed FunTimeCoding closed 10 years ago
Thanks very much for this @FunTimeCoding!
This patch give me
Error detected while processing BufRead Auto commands for "*":
E117: Unknown function: Phpqa#PhpLint
when file is loaded into the buffer and
Error detected while processing function PhpqaRunAll:
line 3:
E117: Unknown function: Phpqa#PhpLint
E15: Invalid expression: Phpqa#PhpLint()
line 4:
E121: Undefined variable: retval
E15: Invalid expression: 0 == retval && 1 == g:phpqa_run_on_write
when attempting to write the buffer.
I am having the same problem .... is there any more info that I can provide to help identify the real issue.
I fixed the bundle to rev d9ae70d874698dae507d4256e4608ff8bd3bc61d and it started behaving!
I would guess that the new function name constraints are not backwards compatible. How confusing. I did this with some help in #vim on freenode. Maybe we can ask for advice there again.
That was a pretty spectacular change that Vim introduced, in a patch level update! Oh well. Seems to be working, thanks @FunTimeCoding.
you're welcome~
Like codemedic & paprykarz, this patch breaks phpqa with:
Error detected while processing BufRead Auto commands for "*":
E117: Unknown function: Phpqa#PhpLint
FYI: I am running vim 7.3.547 I will be pinning vundle to 20754e7d3a6d299e57f55d544d0a07385da2088e until this is fixed.
can you try and figure out what convention vim < 7.4.264 expects?
See pull request #20
I believe this is my first PR.