mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-08 11:33:47 -05:00
Fire ShellCmdPost after :Gpush
References https://github.com/vim-airline/vim-airline/issues/1970
This commit is contained in:
@@ -4242,7 +4242,7 @@ function! s:Dispatch(bang, cmd, args) abort
|
|||||||
endif
|
endif
|
||||||
silent noautocmd make!
|
silent noautocmd make!
|
||||||
redraw!
|
redraw!
|
||||||
return 'call fugitive#Cwindow()|call fugitive#ReloadStatus()'
|
return 'call fugitive#Cwindow()|silent doautocmd ShellCmdPost'
|
||||||
endif
|
endif
|
||||||
finally
|
finally
|
||||||
let [&l:mp, &l:efm, b:current_compiler] = [mp, efm, cc]
|
let [&l:mp, &l:efm, b:current_compiler] = [mp, efm, cc]
|
||||||
|
|||||||
Reference in New Issue
Block a user