mirror of
https://github.com/tpope/vim-rhubarb.git
synced 2025-12-06 12:14:26 +08:00
Drop support for hub
You can still enable this manually with
let g:fugitive_git_command = 'hub'
But Fugitive will likely be dropping support for that in the future.
This commit is contained in:
@@ -11,10 +11,6 @@ if !exists('g:dispatch_compilers')
|
||||
endif
|
||||
let g:dispatch_compilers['hub'] = 'git'
|
||||
|
||||
if !exists('g:fugitive_git_command') && executable('hub')
|
||||
let g:fugitive_git_command = 'hub'
|
||||
endif
|
||||
|
||||
function! s:Config() abort
|
||||
if exists('*FugitiveFind')
|
||||
let dir = FugitiveFind('.git/config')[0:-8]
|
||||
|
||||
Reference in New Issue
Block a user