Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 5dba05a

Browse files
committed
Bashate: make errorformat more permissive.
1 parent 48b75c4 commit 5dba05a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugin/syntastic.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if has('reltime')
1919
lockvar! g:_SYNTASTIC_START
2020
endif
2121

22-
let g:_SYNTASTIC_VERSION = '3.6.0-82'
22+
let g:_SYNTASTIC_VERSION = '3.6.0-83'
2323
lockvar g:_SYNTASTIC_VERSION
2424

2525
" Sanity checks {{{1

syntax_checkers/sh/bashate.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function! SyntaxCheckers_sh_bashate_GetLocList() dict
2222

2323
let errorformat =
2424
\ '%EE%n: %m,' .
25-
\ '%Z - %f: L%l,' .
25+
\ '%Z - %f%\s%\+: L%l,' .
2626
\ '%-G%.%#'
2727

2828
let loclist = SyntasticMake({

0 commit comments

Comments
 (0)