mirror of
https://github.com/tpope/vim-rhubarb.git
synced 2025-12-07 12:44:27 +08:00
Delegate compiler
This commit is contained in:
@@ -10,6 +10,11 @@ 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
|
||||
let g:dispatch_compilers['hub'] = 'git'
|
||||
|
||||
" Utility {{{1
|
||||
|
||||
function! s:throw(string) abort
|
||||
|
||||
Reference in New Issue
Block a user