Skip to content

Commit

Permalink
Checker sh/bashate: update errorformat.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcd047 committed Sep 12, 2017
1 parent 9727991 commit 4338848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/syntastic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif

let g:_SYNTASTIC_VERSION = '3.8.0-74'
let g:_SYNTASTIC_VERSION = '3.8.0-77'
lockvar g:_SYNTASTIC_VERSION

" Sanity checks {{{1
Expand Down
1 change: 1 addition & 0 deletions syntax_checkers/sh/bashate.vim
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function! SyntaxCheckers_sh_bashate_GetLocList() dict
let makeprg = self.makeprgBuild({})

let errorformat =
\ '%A%\s%#[%t] E%n: %m,' .
\ '%EE%n: %m,' .
\ '%Z - %f%\s%\+: L%l,' .
\ '%-G%.%#'
Expand Down

0 comments on commit 4338848

Please sign in to comment.