package publish
This commit is contained in:
parent
d53ff7ee34
commit
8a478cdbb1
3 changed files with 1 additions and 11 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 -cleanaft',
|
||||
\ 'args': '-DATS_MEMALLOC_LIBC -cleanaft -o /tmp/patscc-vim',
|
||||
\ 'fname': shellescape(expand('%') )})
|
||||
|
||||
let errorformat =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue