Error on save a file (master branch)
Closed this issue · 2 comments
tophsic commented
Hello,
I've got this error with master branch.
I just clone the repo in bundle directory and loaded plugin with pathogen
CheckSyntax: Run vim with the --servername NAME command line option to enable use of AsyncCommand
Error detected while processing function checksyntax#Check:
line 8:
E344: Can't find directory "/path/to/file" in cdpath
E472: Command failed
Any idea ?
tophsic commented
Same thing with 4.00 tag
tomtom commented
|CheckSyntax: Run vim with the --servername NAME command line option to enable use of AsyncCommand|
|This message tells you that your version of vim has clientserver
support enabled but is running with the servername not set, which is why
we cannot use AsyncCommand.
|
|
line 8:
E344: Can't find directory "/path/to/file" in cdpath
E472: Command failed|
Ok.