Set dispatch to :Gfetch in :Gstatus

This commit is contained in:
Tim Pope 2018-12-25 19:43:35 -05:00
parent a1f9596d2d
commit f2b644a60b

View File

@ -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 ? '<nowait>' : ''
nunmap <buffer> P