Actually drop hub support

References https://github.com/tpope/vim-rhubarb/issues/9
This commit is contained in:
Tim Pope
2015-12-08 12:28:32 -05:00
parent c175c71850
commit 776689794c

View File

@@ -6,10 +6,6 @@ if exists("g:loaded_rhubarb") || v:version < 700 || &cp
endif endif
let g:loaded_rhubarb = 1 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') if !exists('g:dispatch_compilers')
let g:dispatch_compilers = {} let g:dispatch_compilers = {}
endif endif