Correct syntax error in oclint.vim
Path: syntastic/syntax_checkers/c/oclint.vim Line: 28 Char: 106 Correction: ' ' -> ')'
This commit is contained in:
parent
18e27cd15f
commit
1cbf03ac9b
@ -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,' .
|
||||
|
Loading…
Reference in New Issue
Block a user