Clang tools: missing space.
This commit is contained in:
parent
0092326525
commit
825b29a9be
@ -29,7 +29,7 @@ function! SyntaxCheckers_c_clang_check_GetLocList() dict
|
|||||||
let makeprg = self.makeprgBuild({
|
let makeprg = self.makeprgBuild({
|
||||||
\ 'post_args':
|
\ 'post_args':
|
||||||
\ '-- ' .
|
\ '-- ' .
|
||||||
\ syntastic#c#ReadConfig(g:syntastic_clang_check_config_file) .
|
\ syntastic#c#ReadConfig(g:syntastic_clang_check_config_file) . ' ' .
|
||||||
\ '-fshow-column ' .
|
\ '-fshow-column ' .
|
||||||
\ '-fshow-source-location ' .
|
\ '-fshow-source-location ' .
|
||||||
\ '-fno-caret-diagnostics ' .
|
\ '-fno-caret-diagnostics ' .
|
||||||
|
@ -29,7 +29,7 @@ function! SyntaxCheckers_c_clang_tidy_GetLocList() dict
|
|||||||
let makeprg = self.makeprgBuild({
|
let makeprg = self.makeprgBuild({
|
||||||
\ 'post_args':
|
\ 'post_args':
|
||||||
\ '-- ' .
|
\ '-- ' .
|
||||||
\ syntastic#c#ReadConfig(g:syntastic_clang_tidy_config_file) .
|
\ syntastic#c#ReadConfig(g:syntastic_clang_tidy_config_file) . ' ' .
|
||||||
\ '-fshow-column ' .
|
\ '-fshow-column ' .
|
||||||
\ '-fshow-source-location ' .
|
\ '-fshow-source-location ' .
|
||||||
\ '-fno-caret-diagnostics ' .
|
\ '-fno-caret-diagnostics ' .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user