mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 06:13:51 -05:00
Reload status after dispatch.vim backed :Gpush
This commit is contained in:
@@ -1755,6 +1755,7 @@ augroup fugitive_status
|
||||
autocmd!
|
||||
if !has('win32')
|
||||
autocmd FocusGained,ShellCmdPost * call fugitive#ReloadStatus()
|
||||
autocmd QuickFixCmdPost *-*make* call fugitive#ReloadStatus()
|
||||
autocmd BufDelete term://* call fugitive#ReloadStatus()
|
||||
endif
|
||||
augroup END
|
||||
|
||||
Reference in New Issue
Block a user