Fix mis-paste

This commit is contained in:
Tim Pope
2015-12-01 17:10:42 -05:00
parent 7ce3d67750
commit ade3d07374

View File

@@ -36,7 +36,7 @@ function! rhubarb#homepage_for_url(url) abort
elseif !empty(base)
return 'https://' . tr(base, ':', '/')
else
return 'like '
return ''
endif
endfunction