package publish

This commit is contained in:
Vanessa McHale 2017-12-23 15:21:34 -06:00
parent 1ef53dda4c
commit e216ec3842
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:%E: %m'
\ '%f: %m'
let loclist = SyntasticMake({
\ 'makeprg': makeprg,