Hi, i've an error when i launch :Phpcs or :Phpmd, i think that's the same issue on Phpcc ...
The problem is there:
exe ":sign place 4782 name=" . sign . " line=" . line . " file=\".expand(\"%:p\")"
#E158: Invalid buffer name: ".expand("%:p")
I fix quote by doing:
exe ":sign place 4782 name=" . sign . " line=" . line . " file=\"".expand("%:p")."\""
#E158: Invalid buffer name: ""
I'm not pro in vim and may you have an idea to retrieve correct buffer name or may it's related to my configuration:
Mac OS X 10.6
VIM 7.3
Have you any idea ?
Thank you.
Hi, i've an error when i launch :Phpcs or :Phpmd, i think that's the same issue on Phpcc ...
The problem is there:
I fix quote by doing:
I'm not pro in vim and may you have an idea to retrieve correct buffer name or may it's related to my configuration:
Mac OS X 10.6
VIM 7.3
Have you any idea ?
Thank you.