mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 13:53:51 -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
|
augroup fugitive_status
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd ShellCmdPost * call s:AutoReloadStatus()
|
autocmd ShellCmdPost * call s:AutoReloadStatus()
|
||||||
autocmd QuickFixCmdPost c*file call s:AutoReloadStatus()
|
|
||||||
autocmd BufDelete term://* call s:AutoReloadStatus()
|
autocmd BufDelete term://* call s:AutoReloadStatus()
|
||||||
if !has('win32')
|
if !has('win32')
|
||||||
autocmd FocusGained * call s:AutoReloadStatus()
|
autocmd FocusGained * call s:AutoReloadStatus()
|
||||||
|
|||||||
Reference in New Issue
Block a user