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()
|
function! SyntaxCheckers_tcl_nagelfar_GetLocList()
|
||||||
let makeprg = syntastic#makeprg#build({
|
let makeprg = syntastic#makeprg#build({
|
||||||
\ 'exe': 'nagelfar',
|
\ 'exe': 'nagelfar',
|
||||||
\ 'args': '-H ' . g:syntastic_tcl_nagelfar_conf,
|
\ 'args': '-H',
|
||||||
\ 'filetype': 'tcl',
|
\ 'filetype': 'tcl',
|
||||||
\ 'subchecker': 'nagelfar' })
|
\ 'subchecker': 'nagelfar' })
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user