Delegate compiler

This commit is contained in:
Tim Pope
2014-06-11 03:16:17 -04:00
parent 79c35f56eb
commit aa3f3e1f59

View File

@@ -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