Don't quote url argument to :Browse

This commit is contained in:
Tim Pope 2014-06-26 17:08:59 -04:00
parent 32957cb552
commit 8576741d61

View File

@ -2148,7 +2148,7 @@ function! s:Browse(bang,line1,count,...) abort
let @* = url
return 'echomsg '.string(url)
elseif exists(':Browse') == 2
return 'echomsg '.string(url).'|Browse '.string(url)
return 'echomsg '.string(url).'|Browse '.url
else
return 'echomsg '.string(url).'|call netrw#NetrwBrowseX('.string(url).', 0)'
endif