yamlxs: fix exec parameter.

This commit is contained in:
LCD 47 2014-02-19 14:57:41 +02:00
parent d3b25acb66
commit 99126e38ff

View File

@ -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