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