Fix implicit use of v: variable

This commit is contained in:
Tim Pope
2017-02-25 17:05:12 -05:00
parent c5c1bd66d8
commit 87c1bda4d5

View File

@@ -1060,14 +1060,14 @@ function! s:Commit(args, ...) abort
else
noautocmd silent execute '!'.command.' > '.outfile.' 2> '.errorfile
endif
let shell_error = v:shell_error
let error = v:shell_error
finally
execute cd.'`=dir`'
endtry
if !has('gui_running')
redraw!
endif
if !shell_error
if !error
if filereadable(outfile)
for line in readfile(outfile)
echo line