motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit 445a8160d2a6325c58cd72e0108d5b05438ea3dc (tree)
parent cb49f8b4be64dbad09c2f836374e25d92e9ec6f5
Author: Tim Pope <code@tpope.net>
Date:   Sat, 21 Jul 2018 19:40:26 -0400

Provide Git dir to browse handlers

Diffstat:
Mautoload/fugitive.vim | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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',