From dc413818a63fa950c2ebb2f7b34c606d14a303c8 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 16 Sep 2019 16:32:01 -0400 Subject: [PATCH] Fire ShellCmdPost after :Gpush References https://github.com/vim-airline/vim-airline/issues/1970 --- autoload/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index a0ac450..aad7ab9 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -4242,7 +4242,7 @@ function! s:Dispatch(bang, cmd, args) abort endif silent noautocmd make! redraw! - return 'call fugitive#Cwindow()|call fugitive#ReloadStatus()' + return 'call fugitive#Cwindow()|silent doautocmd ShellCmdPost' endif finally let [&l:mp, &l:efm, b:current_compiler] = [mp, efm, cc]