From a6f892cb5bd26eb6dd5a195b5025420dec061f72 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sat, 23 Dec 2017 15:22:38 -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 40e920d..d44ef28 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: %m' + \ '%f:%r' let loclist = SyntasticMake({ \ 'makeprg': makeprg,