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 ==# ''
|
if &bufhidden ==# ''
|
||||||
setlocal bufhidden=delete
|
setlocal bufhidden=delete
|
||||||
endif
|
endif
|
||||||
|
let b:dispatch = ':Gfetch --all'
|
||||||
call fugitive#MapJumps()
|
call fugitive#MapJumps()
|
||||||
let nowait = v:version >= 704 ? '<nowait>' : ''
|
let nowait = v:version >= 704 ? '<nowait>' : ''
|
||||||
nunmap <buffer> P
|
nunmap <buffer> P
|
||||||
|
Loading…
x
Reference in New Issue
Block a user