mirror of
https://github.com/tpope/vim-rhubarb.git
synced 2025-12-06 12:14:26 +08:00
Replace :Gbrowse with :GBrowse
This commit is contained in:
@@ -240,7 +240,7 @@ function! rhubarb#omnifunc(findstart, base) abort
|
||||
return rhubarb#Complete(a:findstart, a:base)
|
||||
endfunction
|
||||
|
||||
" Section: Fugitive :Gbrowse support
|
||||
" Section: Fugitive :GBrowse support
|
||||
|
||||
function! rhubarb#FugitiveUrl(...) abort
|
||||
if a:0 == 1 || type(a:1) == type({})
|
||||
|
||||
Reference in New Issue
Block a user