ignore output by default
This commit is contained in:
parent
21e38bc3bf
commit
5ea175b6c5
@ -23,6 +23,7 @@ endfunction
|
|||||||
function! SyntaxCheckers_hss_hss_GetLocList()
|
function! SyntaxCheckers_hss_hss_GetLocList()
|
||||||
let makeprg = syntastic#makeprg#build({
|
let makeprg = syntastic#makeprg#build({
|
||||||
\ 'exe': 'hss',
|
\ 'exe': 'hss',
|
||||||
|
\ 'args' : '-output /dev/null',
|
||||||
\ 'fname': syntastic#util#shescape(expand('%')),
|
\ 'fname': syntastic#util#shescape(expand('%')),
|
||||||
\ 'filetype': 'hss',
|
\ 'filetype': 'hss',
|
||||||
\ 'subchecker': 'hss' })
|
\ 'subchecker': 'hss' })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user