mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Use call to execute this shell command
This commit is contained in:
@@ -176,7 +176,7 @@ endfunction
|
|||||||
|
|
||||||
" True for git v1.7.2+.
|
" True for git v1.7.2+.
|
||||||
function! gitgutter#utility#git_supports_command_line_config_override() abort
|
function! gitgutter#utility#git_supports_command_line_config_override() abort
|
||||||
system(g:gitgutter_git_executable.' -c foo.bar=baz --version')
|
call system(g:gitgutter_git_executable.' -c foo.bar=baz --version')
|
||||||
return v:shell_error == 0
|
return v:shell_error == 0
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user