diff --git a/syntax_checkers/ats/patscc.vim b/syntax_checkers/ats/patscc.vim index 3d5c667..eb49b30 100644 --- a/syntax_checkers/ats/patscc.vim +++ b/syntax_checkers/ats/patscc.vim @@ -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,