package publish

This commit is contained in:
Vanessa McHale 2017-12-23 15:24:49 -06:00
parent b8c36c3ef6
commit fbb73f005a
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ function! SyntaxCheckers_ats_patscc_GetLocList() dict
\ 'args': '-DATS_MEMALLOC_LIBC',
\ 'fname': shellescape(expand('%') )})
let errorformat =
\ '%f:%r'
let errorformat = '%f:%m'
let loclist = SyntasticMake({
\ 'makeprg': makeprg,