Make the nagelfar checker use the standard args mechanism.
This commit is contained in:
parent
237ebeadb2
commit
7d24ad678f
@ -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' })
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user