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