Checker cobol/cobc: update errorformat for cobc 2.0.

This commit is contained in:
LCD 47 2017-09-03 19:14:33 +03:00
parent 0858da63ec
commit f63b253f67
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.8.0-73'
let g:_SYNTASTIC_VERSION = '3.8.0-74'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1

View File

@ -33,7 +33,7 @@ endfunction
function! SyntaxCheckers_cobol_cobc_GetLocList() dict
return syntastic#c#GetLocList('cobol', 'cobc', {
\ 'errorformat': '%f:%l: %trror: %m',
\ 'errorformat': '%f:%\s%#%l: %trror: %m',
\ 'main_flags': '-fsyntax-only' })
endfunction