Restore :checktime for :Gstatus delete
I assumed this was a naive attempt to reload the status buffer, when in fact it was concerned with reloading the deleted file.
This commit is contained in:
parent
4df6525284
commit
9c74c0d0a7
@ -2283,7 +2283,7 @@ function! s:StageDelete(lnum, count) abort
|
||||
endif
|
||||
exe s:ReloadStatus()
|
||||
let @@ = hash
|
||||
return 'redraw|echomsg ' .
|
||||
return 'checktime|redraw|echomsg ' .
|
||||
\ string('To restore, :Git cat-file blob '.hash[0:6].' > '.info.filename)
|
||||
endfunction
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user