mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 21:03:53 -05:00
Set dispatch to :Gfetch in :Gstatus
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user