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