mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 05:43:52 -05:00
Reload status on all quickfix commands
I thought that I had confirmed :make triggered ShellCmdPost but apparently not. Closes https://github.com/tpope/vim-fugitive/issues/1166
This commit is contained in:
@@ -1882,9 +1882,10 @@ call s:command("-bar -bang -range=-1 G :execute s:Status(<bang>0, <count>,
|
||||
augroup fugitive_status
|
||||
autocmd!
|
||||
if !has('win32')
|
||||
autocmd FocusGained,ShellCmdPost * call fugitive#ReloadStatus()
|
||||
autocmd QuickFixCmdPost c*file call fugitive#ReloadStatus()
|
||||
autocmd BufDelete term://* call fugitive#ReloadStatus()
|
||||
autocmd ShellCmdPost * call fugitive#ReloadStatus()
|
||||
autocmd QuickFixCmdPost * call fugitive#ReloadStatus()
|
||||
autocmd FocusGained * call fugitive#ReloadStatus()
|
||||
autocmd BufDelete term://* call fugitive#ReloadStatus()
|
||||
endif
|
||||
augroup END
|
||||
|
||||
|
||||
Reference in New Issue
Block a user