From ade3d07374077afc57c4beb21d5f862cf375078e Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 1 Dec 2015 17:10:42 -0500 Subject: [PATCH] Fix mis-paste --- autoload/rhubarb.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/rhubarb.vim b/autoload/rhubarb.vim index ea02a0c..a0cf95d 100644 --- a/autoload/rhubarb.vim +++ b/autoload/rhubarb.vim @@ -36,7 +36,7 @@ function! rhubarb#homepage_for_url(url) abort elseif !empty(base) return 'https://' . tr(base, ':', '/') else - return 'like ' + return '' endif endfunction