Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions syntax_checkers/ats/patscc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down