Checker sh/bashate: update errorformat.

This commit is contained in:
LCD 47 2019-05-28 20:36:54 +03:00
parent 1e8bae3d13
commit 11aa21edef
2 changed files with 2 additions and 1 deletions

View File

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

View File

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