mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 12:53:52 -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
|
endif
|
||||||
exe s:ReloadStatus()
|
exe s:ReloadStatus()
|
||||||
let @@ = hash
|
let @@ = hash
|
||||||
return 'redraw|echomsg ' .
|
return 'checktime|redraw|echomsg ' .
|
||||||
\ string('To restore, :Git cat-file blob '.hash[0:6].' > '.info.filename)
|
\ string('To restore, :Git cat-file blob '.hash[0:6].' > '.info.filename)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user