From 585fcc8a9b2b12d5dd811b94fa969d5e3ba0d192 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sat, 21 Jun 2014 10:30:20 -0400 Subject: [PATCH] Use netrw not web--browse to invoke browser Closes #411. --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 014a7bd..50fab00 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1963,7 +1963,7 @@ function! s:Browse(bang,line1,count,...) abort let @* = url return 'echomsg '.string(url) else - return 'echomsg '.string(url).'|call fugitive#buffer().repo().git_chomp("web--browse",'.string(url).')' + return 'echomsg '.string(url).'|call netrw#NetrwBrowseX('.string(url).', 0)' endif catch /^fugitive:/ return 'echoerr v:errmsg'