From fbb73f005af64244b6775f377c1323ffa9b0cbba Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sat, 23 Dec 2017 15:24:49 -0600 Subject: [PATCH] package publish --- syntax_checkers/ats/patscc.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/syntax_checkers/ats/patscc.vim b/syntax_checkers/ats/patscc.vim index 3d5c667..eb49b30 100644 --- a/syntax_checkers/ats/patscc.vim +++ b/syntax_checkers/ats/patscc.vim @@ -11,8 +11,7 @@ function! SyntaxCheckers_ats_patscc_GetLocList() dict \ 'args': '-DATS_MEMALLOC_LIBC', \ 'fname': shellescape(expand('%') )}) - let errorformat = - \ '%f:%r' + let errorformat = '%f:%m' let loclist = SyntasticMake({ \ 'makeprg': makeprg,