various improvements

This commit is contained in:
Vanessa McHale 2017-12-23 19:52:41 -06:00
parent 12429bd0c4
commit 991a7105e1
3 changed files with 27 additions and 5 deletions

View file

@ -13,7 +13,7 @@ function! SyntaxCheckers_ats_patscc_GetLocList() dict
let errorformat =
\ 'exit(ATS):%m,' .
\ '%f:%m'
\ '%f:\ %\d%#(line=%l\,\ offs=%c) --%m'
let loclist = SyntasticMake({
\ 'makeprg': makeprg,