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