mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-10 04:23:46 -05:00
Provide Git dir to browse handlers
This commit is contained in:
@@ -2524,6 +2524,7 @@ function! s:Browse(bang,line1,count,...) abort
|
||||
|
||||
for Handler in g:fugitive_browse_handlers
|
||||
let url = call(Handler, [{
|
||||
\ 'dir': b:git_dir,
|
||||
\ 'repo': s:repo(),
|
||||
\ 'remote': raw,
|
||||
\ 'revision': 'No longer provided',
|
||||
|
||||
Reference in New Issue
Block a user