From d8acfc35c768b1d93e43a7c76ad3b2b905c178ae Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 16 Jul 2019 16:36:45 -0400 Subject: [PATCH] Clarify in error message that :Gbrowse handlers are user installed --- autoload/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 4c20fcf..641dcef 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -4735,7 +4735,7 @@ function! s:BrowseCommand(line1, line2, range, count, bang, mods, reg, arg, args endfor if empty(url) - call s:throw("No Gbrowse handler found for '".raw."'") + call s:throw("No Gbrowse handler installed for '".raw."'") endif let url = s:gsub(url, '[ <>]', '\="%".printf("%02X",char2nr(submatch(0)))')