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