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

Commit

Permalink
Checker sh/sh: update errorformat for ksh93.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcd047 committed Jul 1, 2021
1 parent 176f364 commit c89741e
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
Expand Up @@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif

let g:_SYNTASTIC_VERSION = '3.10.0-26'
let g:_SYNTASTIC_VERSION = '3.10.0-27'
lockvar g:_SYNTASTIC_VERSION

" Sanity checks {{{1
Expand Down
1 change: 1 addition & 0 deletions syntax_checkers/sh/sh.vim
Expand Up @@ -39,6 +39,7 @@ function! SyntaxCheckers_sh_sh_GetLocList() dict " {{{1
\ 'args_after': '-n' })

let errorformat =
\ '%f: %tarning: line %l: %m,' .
\ '%f: line %l: %m,' .
\ '%f: syntax error at line %l: %m,' .
\ '%f[%l]: %m'
Expand Down

0 comments on commit c89741e

Please sign in to comment.