Checker sh/bashate: update errorformat.

This commit is contained in:
LCD 47 2017-09-12 19:19:55 +03:00
parent 972799180e
commit 4338848786
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START lockvar! g:_SYNTASTIC_START
endif endif
let g:_SYNTASTIC_VERSION = '3.8.0-74' let g:_SYNTASTIC_VERSION = '3.8.0-77'
lockvar g:_SYNTASTIC_VERSION lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1 " Sanity checks {{{1

View File

@ -21,6 +21,7 @@ function! SyntaxCheckers_sh_bashate_GetLocList() dict
let makeprg = self.makeprgBuild({}) let makeprg = self.makeprgBuild({})
let errorformat = let errorformat =
\ '%A%\s%#[%t] E%n: %m,' .
\ '%EE%n: %m,' . \ '%EE%n: %m,' .
\ '%Z - %f%\s%\+: L%l,' . \ '%Z - %f%\s%\+: L%l,' .
\ '%-G%.%#' \ '%-G%.%#'