mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 13:23:52 -05:00
Clarify in error message that :Gbrowse handlers are user installed
This commit is contained in:
@@ -4735,7 +4735,7 @@ function! s:BrowseCommand(line1, line2, range, count, bang, mods, reg, arg, args
|
|||||||
endfor
|
endfor
|
||||||
|
|
||||||
if empty(url)
|
if empty(url)
|
||||||
call s:throw("No Gbrowse handler found for '".raw."'")
|
call s:throw("No Gbrowse handler installed for '".raw."'")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let url = s:gsub(url, '[ <>]', '\="%".printf("%02X",char2nr(submatch(0)))')
|
let url = s:gsub(url, '[ <>]', '\="%".printf("%02X",char2nr(submatch(0)))')
|
||||||
|
|||||||
Reference in New Issue
Block a user