diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 09aa1682..28bba97d 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -19,7 +19,7 @@ if has('reltime') lockvar! g:syntastic_start endif -let g:syntastic_version = '3.4.0-121' +let g:syntastic_version = '3.4.0-124' lockvar g:syntastic_version " Sanity checks {{{1 diff --git a/syntax_checkers/c/oclint.vim b/syntax_checkers/c/oclint.vim index 8f728a87..cb896914 100644 --- a/syntax_checkers/c/oclint.vim +++ b/syntax_checkers/c/oclint.vim @@ -30,7 +30,7 @@ set cpo&vim function! SyntaxCheckers_c_oclint_GetLocList() dict let makeprg = self.makeprgBuild({ - \ 'post_args_before': '-- -c ' . syntastic#c#ReadConfig(g:syntastic_oclint_config_file) }) + \ 'post_args': '-- -c ' . syntastic#c#ReadConfig(g:syntastic_oclint_config_file) }) let errorformat = \ '%E%f:%l:%c: fatal error: %m,' .