Fixed problem with executable path
This commit is contained in:
parent
cbaafa7941
commit
f150b4b2a7
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ call g:SyntasticRegistry.CreateAndRegisterChecker({
|
||||||
\'name': 'driver',
|
\'name': 'driver',
|
||||||
\'exec': 'check-glsl'})
|
\'exec': 'check-glsl'})
|
||||||
|
|
||||||
|
let s:ownpath = expand( '<sfile>:p:h:h:h' )
|
||||||
|
let g:syntastic_glsl_driver_exec = s:ownpath . '/check-glsl'
|
||||||
|
|
||||||
let &cpo = s:save_cpo
|
let &cpo = s:save_cpo
|
||||||
unlet s:save_cpo
|
unlet s:save_cpo
|
||||||
|
|
||||||
|
|
Reference in a new issue