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 c89741e

Browse files
committed
Checker sh/sh: update errorformat for ksh93.
1 parent 176f364 commit c89741e

2 files changed

Lines changed: 2 additions & 1 deletion

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.10.0-26'
22+
let g:_SYNTASTIC_VERSION = '3.10.0-27'
2323
lockvar g:_SYNTASTIC_VERSION
2424

2525
" Sanity checks {{{1

syntax_checkers/sh/sh.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ function! SyntaxCheckers_sh_sh_GetLocList() dict " {{{1
3939
\ 'args_after': '-n' })
4040

4141
let errorformat =
42+
\ '%f: %tarning: line %l: %m,' .
4243
\ '%f: line %l: %m,' .
4344
\ '%f: syntax error at line %l: %m,' .
4445
\ '%f[%l]: %m'

0 commit comments

Comments
 (0)