package publish

This commit is contained in:
Vanessa McHale 2017-12-23 15:22:38 -06:00
parent e216ec3842
commit a6f892cb5b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ function! SyntaxCheckers_ats_patscc_GetLocList() dict
\ 'fname': shellescape(expand('%') )})
let errorformat =
\ '%f: %m'
\ '%f:%r'
let loclist = SyntasticMake({
\ 'makeprg': makeprg,