mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-12-14 15:57:10 +08:00
@@ -2225,7 +2225,11 @@ function! s:Browse(bang,line1,count,...) abort
|
|||||||
elseif exists(':Browse') == 2
|
elseif exists(':Browse') == 2
|
||||||
return 'echomsg '.string(url).'|Browse '.url
|
return 'echomsg '.string(url).'|Browse '.url
|
||||||
else
|
else
|
||||||
return 'echomsg '.string(url).'|call netrw#NetrwBrowseX('.string(url).', 0)'
|
if has("patch-7.4.567")
|
||||||
|
return 'echomsg '.string(url).'|call netrw#BrowseX('.string(url).', 0)'
|
||||||
|
else
|
||||||
|
return 'echomsg '.string(url).'|call netrw#NetrwBrowseX('.string(url).', 0)'
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
catch /^fugitive:/
|
catch /^fugitive:/
|
||||||
return 'echoerr v:errmsg'
|
return 'echoerr v:errmsg'
|
||||||
|
|||||||
Reference in New Issue
Block a user