ignore output by default

This commit is contained in:
Justin Donaldson 2013-07-07 14:29:59 -07:00
parent 21e38bc3bf
commit 5ea175b6c5

View File

@ -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' })