Closed bleis-tift closed 8 years ago
In committia/git.vim, v:shell_error
is used at some places (e.g. here). It works well only for system()
builtin function and doesn't for vimproc#system()
.
For vimproc#system()
, we should use vimproc#get_last_status()
. Could you fix it?
I'll close this because:
The
system
command does not work at Git for Windows. So usevimproc#system
instead if it can be used.