Skip to content

Error add_ok #1

@stephpy

Description

@stephpy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions