diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index d57b4aa..9b51443 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -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',