mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-10 20:43:46 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user