From 11aa21edef1627139d1cb39f5efd568942985dfc Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Tue, 28 May 2019 20:36:54 +0300 Subject: [PATCH] Checker sh/bashate: update errorformat. --- plugin/syntastic.vim | 2 +- syntax_checkers/sh/bashate.vim | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index fcfb78dd..439f1447 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -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 diff --git a/syntax_checkers/sh/bashate.vim b/syntax_checkers/sh/bashate.vim index ab427257..9b56f30a 100644 --- a/syntax_checkers/sh/bashate.vim +++ b/syntax_checkers/sh/bashate.vim @@ -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,' .