diff --git a/syntax_checkers/ats/patscc.vim b/syntax_checkers/ats/patscc.vim index 2924553..5d3ae75 100644 --- a/syntax_checkers/ats/patscc.vim +++ b/syntax_checkers/ats/patscc.vim @@ -5,11 +5,10 @@ let g:loaded_syntastic_ats_patscc_checker = 1 let g:syntastic_ats_patscc_exec = 'patscc' -" TODO optionally include -ccats flag for quicker response function! SyntaxCheckers_ats_patscc_GetLocList() dict let makeprg = self.makeprgBuild({ \ 'exe': self.getExec(), - \ 'args': '-DATS_MEMALLOC_LIBC -cleanaft -o /tmp/patscc-vim', + \ 'args': '-DATS_MEMALLOC_LIBC -cleanaft -tcats -o /tmp/patscc-vim', \ 'fname': shellescape(expand('%') )}) let errorformat =