commit d8acfc35c768b1d93e43a7c76ad3b2b905c178ae (tree)
parent 0ee0498b888ad8ec4df43cb7c8c48ce7112afe26
Author: Tim Pope <code@tpope.net>
Date: Tue, 16 Jul 2019 16:36:45 -0400
Clarify in error message that :Gbrowse handlers are user installed
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)))')