mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 14:23:51 -05:00
Fix workaround to reload status after :Dispatch
This commit is contained in:
@@ -1867,7 +1867,7 @@ augroup fugitive_status
|
||||
autocmd!
|
||||
if !has('win32')
|
||||
autocmd FocusGained,ShellCmdPost * call fugitive#ReloadStatus()
|
||||
autocmd QuickFixCmdPost *-*make* call fugitive#ReloadStatus()
|
||||
autocmd QuickFixCmdPost c*file call fugitive#ReloadStatus()
|
||||
autocmd BufDelete term://* call fugitive#ReloadStatus()
|
||||
endif
|
||||
augroup END
|
||||
|
||||
Reference in New Issue
Block a user