Set dispatch to :Gfetch in :Gstatus
This commit is contained in:
parent
a1f9596d2d
commit
f2b644a60b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user