mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-16 23:33:43 -05:00
Don't quote url argument to :Browse
This commit is contained in:
@@ -2148,7 +2148,7 @@ function! s:Browse(bang,line1,count,...) abort
|
|||||||
let @* = url
|
let @* = url
|
||||||
return 'echomsg '.string(url)
|
return 'echomsg '.string(url)
|
||||||
elseif exists(':Browse') == 2
|
elseif exists(':Browse') == 2
|
||||||
return 'echomsg '.string(url).'|Browse '.string(url)
|
return 'echomsg '.string(url).'|Browse '.url
|
||||||
else
|
else
|
||||||
return 'echomsg '.string(url).'|call netrw#NetrwBrowseX('.string(url).', 0)'
|
return 'echomsg '.string(url).'|call netrw#NetrwBrowseX('.string(url).', 0)'
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user