Fix makeprg construction for cpp too.
This commit is contained in:
parent
2ef26e11e9
commit
c6407e55e8
@ -113,7 +113,7 @@ function! SyntaxCheckers_cpp_GetLocList()
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
" add optional config file parameters
|
" add optional config file parameters
|
||||||
let makeprg .= syntastic#c#ReadConfig(g:syntastic_cpp_config_file)
|
let makeprg .= ' ' . syntastic#c#ReadConfig(g:syntastic_cpp_config_file)
|
||||||
|
|
||||||
" process makeprg
|
" process makeprg
|
||||||
let errors = SyntasticMake({ 'makeprg': makeprg,
|
let errors = SyntasticMake({ 'makeprg': makeprg,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user