From f2b644a60b02a6ab8b3d9933e1c5c024543b1adc Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 25 Dec 2018 19:43:35 -0500 Subject: [PATCH] Set dispatch to :Gfetch in :Gstatus --- autoload/fugitive.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index d121db4..51e8fc9 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -1522,6 +1522,7 @@ function! fugitive#BufReadStatus() abort if &bufhidden ==# '' setlocal bufhidden=delete endif + let b:dispatch = ':Gfetch --all' call fugitive#MapJumps() let nowait = v:version >= 704 ? '' : '' nunmap P