Make the nagelfar checker use the standard args mechanism.

This commit is contained in:
LCD 47 2013-09-26 08:34:05 +03:00
parent 237ebeadb2
commit 7d24ad678f

View File

@ -23,7 +23,7 @@ endfunction
function! SyntaxCheckers_tcl_nagelfar_GetLocList()
let makeprg = syntastic#makeprg#build({
\ 'exe': 'nagelfar',
\ 'args': '-H ' . g:syntastic_tcl_nagelfar_conf,
\ 'args': '-H',
\ 'filetype': 'tcl',
\ 'subchecker': 'nagelfar' })