yamlxs: fix exec parameter.
This commit is contained in:
parent
d3b25acb66
commit
99126e38ff
@ -69,7 +69,8 @@ endfunction
|
|||||||
|
|
||||||
call g:SyntasticRegistry.CreateAndRegisterChecker({
|
call g:SyntasticRegistry.CreateAndRegisterChecker({
|
||||||
\ 'filetype': 'yaml',
|
\ 'filetype': 'yaml',
|
||||||
\ 'name': 'yamlxs' })
|
\ 'name': 'yamlxs',
|
||||||
|
\ 'exec': 'perl' })
|
||||||
|
|
||||||
let &cpo = s:save_cpo
|
let &cpo = s:save_cpo
|
||||||
unlet s:save_cpo
|
unlet s:save_cpo
|
||||||
|
Loading…
Reference in New Issue
Block a user