diff --git a/syntax_checkers/ats/patscc.vim b/syntax_checkers/ats/patscc.vim index 40e920d..d44ef28 100644 --- a/syntax_checkers/ats/patscc.vim +++ b/syntax_checkers/ats/patscc.vim @@ -12,7 +12,7 @@ function! SyntaxCheckers_ats_patscc_GetLocList() dict \ 'fname': shellescape(expand('%') )}) let errorformat = - \ '%f: %m' + \ '%f:%r' let loclist = SyntasticMake({ \ 'makeprg': makeprg,