diff --git a/syntax_checkers/ats/patscc.vim b/syntax_checkers/ats/patscc.vim index cbda69e..14558b6 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:%E: %m,' + \ '%f:%E: %m' let loclist = SyntasticMake({ \ 'makeprg': makeprg,