commit dc413818a63fa950c2ebb2f7b34c606d14a303c8 (tree)
parent 2cf584f97d2d748b9673ea28585ab9f47125e322
Author: Tim Pope <code@tpope.net>
Date: Mon, 16 Sep 2019 16:32:01 -0400
Fire ShellCmdPost after :Gpush
References https://github.com/vim-airline/vim-airline/issues/1970
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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]