From dda29942839e619b95f8acec62287f6cd4dd4330 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sat, 23 Dec 2017 15:17:56 -0600 Subject: [PATCH] package publish --- syntax_checkers/ats/patscc.vim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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,