don't break when efm_perl.pl isn't executable
This commit is contained in:
parent
cf6aa9a414
commit
612225d9be
@ -24,7 +24,7 @@ if !executable("perl")
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if !exists("g:syntastic_perl_efm_program")
|
if !exists("g:syntastic_perl_efm_program")
|
||||||
let g:syntastic_perl_efm_program = $VIMRUNTIME.'/tools/efm_perl.pl -c'
|
let g:syntastic_perl_efm_program = 'perl '.$VIMRUNTIME.'/tools/efm_perl.pl -c'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
function! SyntaxCheckers_perl_GetLocList()
|
function! SyntaxCheckers_perl_GetLocList()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user