Correct syntax error in oclint.vim

Path: syntastic/syntax_checkers/c/oclint.vim
Line: 28
Char: 106
Correction: ' ' -> ')'
This commit is contained in:
Jack Stillwell 2019-01-28 10:51:10 -05:00 committed by GitHub
parent 18e27cd15f
commit 1cbf03ac9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ function! SyntaxCheckers_c_oclint_GetLocList() dict
let buf = bufnr('')
let makeprg = self.makeprgBuild({
\ 'post_args': '-- -c ' . syntastic#c#ReadConfig(syntastic#util#bufVar(buf, 'oclint_config_file') })
\ 'post_args': '-- -c ' . syntastic#c#ReadConfig(syntastic#util#bufVar(buf, 'oclint_config_file'))})
let errorformat =
\ '%E%f:%l:%c: fatal error: %m,' .