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 f63b253

Browse files
committed
Checker cobol/cobc: update errorformat for cobc 2.0.
1 parent 0858da6 commit f63b253

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.8.0-73'
22+
let g:_SYNTASTIC_VERSION = '3.8.0-74'
2323
lockvar g:_SYNTASTIC_VERSION
2424

2525
" Sanity checks {{{1

syntax_checkers/cobol/cobc.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ endfunction
3333

3434
function! SyntaxCheckers_cobol_cobc_GetLocList() dict
3535
return syntastic#c#GetLocList('cobol', 'cobc', {
36-
\ 'errorformat': '%f:%l: %trror: %m',
36+
\ 'errorformat': '%f:%\s%#%l: %trror: %m',
3737
\ 'main_flags': '-fsyntax-only' })
3838
endfunction
3939

0 commit comments

Comments
 (0)