mirror of
https://github.com/tpope/vim-rhubarb.git
synced 2025-12-08 04:54:46 +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'
|
let g:fugitive_git_executable = 'hub'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if !exists('g:dispatch_compilers')
|
||||||
|
let g:dispatch_compilers = {}
|
||||||
|
endif
|
||||||
|
let g:dispatch_compilers['hub'] = 'git'
|
||||||
|
|
||||||
" Utility {{{1
|
" Utility {{{1
|
||||||
|
|
||||||
function! s:throw(string) abort
|
function! s:throw(string) abort
|
||||||
|
|||||||
Reference in New Issue
Block a user