From e216ec38427ba23dab05c16d51de58595dcc587b Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sat, 23 Dec 2017 15:21:34 -0600 Subject: [PATCH] package publish --- syntax_checkers/ats/patscc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax_checkers/ats/patscc.vim b/syntax_checkers/ats/patscc.vim index 14558b6..40e920d 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: %m' let loclist = SyntasticMake({ \ 'makeprg': makeprg,