mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 05:43:52 -05:00
Remove stopgap support for reload after :Dispatch
ShellCmdPost is now supported in dispatch.vim.
This commit is contained in:
@@ -2059,7 +2059,6 @@ endfunction
|
||||
augroup fugitive_status
|
||||
autocmd!
|
||||
autocmd ShellCmdPost * call s:AutoReloadStatus()
|
||||
autocmd QuickFixCmdPost c*file call s:AutoReloadStatus()
|
||||
autocmd BufDelete term://* call s:AutoReloadStatus()
|
||||
if !has('win32')
|
||||
autocmd FocusGained * call s:AutoReloadStatus()
|
||||
|
||||
Reference in New Issue
Block a user