mirror of
https://github.com/tpope/vim-rhubarb.git
synced 2025-12-06 12:14:26 +08:00
Fix mis-paste
This commit is contained in:
@@ -36,7 +36,7 @@ function! rhubarb#homepage_for_url(url) abort
|
||||
elseif !empty(base)
|
||||
return 'https://' . tr(base, ':', '/')
|
||||
else
|
||||
return 'like '
|
||||
return ''
|
||||
endif
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user