package publish

This commit is contained in:
Vanessa McHale 2017-12-25 12:28:39 -06:00
parent d53ff7ee34
commit 8a478cdbb1
3 changed files with 1 additions and 11 deletions

View file

@ -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 =