Skip to content

Commit

Permalink
Fix mis-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Dec 1, 2015
1 parent 7ce3d67 commit ade3d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/rhubarb.vim
Expand Up @@ -36,7 +36,7 @@ function! rhubarb#homepage_for_url(url) abort
elseif !empty(base)
return 'https://' . tr(base, ':', '/')
else
return 'like '
return ''
endif
endfunction

Expand Down

0 comments on commit ade3d07

Please sign in to comment.