Skip to content

Commit

Permalink
Actually drop hub support
Browse files Browse the repository at this point in the history
References #9
  • Loading branch information
tpope committed Dec 8, 2015
1 parent c175c71 commit 7766897
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugin/rhubarb.vim
Expand Up @@ -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
Expand Down

0 comments on commit 7766897

Please sign in to comment.