mirror of
https://github.com/tpope/vim-rhubarb.git
synced 2025-12-06 20:24:29 +08:00
Actually drop hub support
References https://github.com/tpope/vim-rhubarb/issues/9
This commit is contained in:
@@ -6,10 +6,6 @@ if exists("g:loaded_rhubarb") || v:version < 700 || &cp
|
||||
endif
|
||||
let g:loaded_rhubarb = 1
|
||||
|
||||
if get(g:, 'fugitive_git_executable', 'git') ==# 'git' && executable('hub')
|
||||
let g:fugitive_git_executable = 'hub'
|
||||
endif
|
||||
|
||||
if !exists('g:dispatch_compilers')
|
||||
let g:dispatch_compilers = {}
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user