motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit de1f8b5a20032bfb7e9629fd2b74afcdc5b5cf0e (tree)
parent a32c301f516cf64e5a8e28ad106923e8cee5cda3
Author: Tim Pope <code@tpope.net>
Date:   Wed, 26 Dec 2018 15:47:53 -0500

Fix workaround to reload status after :Dispatch

Diffstat:
Mautoload/fugitive.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim @@ -1867,7 +1867,7 @@ augroup fugitive_status autocmd! if !has('win32') autocmd FocusGained,ShellCmdPost * call fugitive#ReloadStatus() - autocmd QuickFixCmdPost *-*make* call fugitive#ReloadStatus() + autocmd QuickFixCmdPost c*file call fugitive#ReloadStatus() autocmd BufDelete term://* call fugitive#ReloadStatus() endif augroup END