Use call to execute this shell command

This commit is contained in:
Scott Sanders
2017-01-09 09:42:44 -05:00
parent ce8b5a4086
commit 33cceff0fc

View File

@@ -176,7 +176,7 @@ endfunction
" True for git v1.7.2+.
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
endfunction