package publish
This commit is contained in:
parent
acf7da25e0
commit
9fbbdaf485
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@ let g:syntastic_ats_patscc_exec = 'patscc'
|
|||
function! SyntaxCheckers_ats_patscc_GetLocList() dict
|
||||
let makeprg = self.makeprgBuild({
|
||||
\ 'exe': self.getExec(),
|
||||
\ 'args': '-DATS_MEMALLOC_LIBC',
|
||||
\ 'args': '-DATS_MEMALLOC_LIBC -cleanaft',
|
||||
\ 'fname': shellescape(expand('%') )})
|
||||
|
||||
let errorformat = '%f:%m'
|
||||
|
@ -18,6 +18,8 @@ function! SyntaxCheckers_ats_patscc_GetLocList() dict
|
|||
\ 'errorformat': errorformat })
|
||||
return loclist
|
||||
|
||||
exec 'silent !rm -f a.out'
|
||||
|
||||
endfunction
|
||||
|
||||
call g:SyntasticRegistry.CreateAndRegisterChecker({
|
||||
|
|
Loading…
Reference in a new issue