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]