mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 21:33:53 -05:00
Kill old plugin conflict guard
This commit is contained in:
@@ -89,17 +89,9 @@ function! s:define_commands()
|
|||||||
endfor
|
endfor
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:compatibility_check()
|
|
||||||
if exists('b:git_dir') && exists('*GitBranchInfoCheckGitDir') && !exists('g:fugitive_did_compatibility_warning')
|
|
||||||
let g:fugitive_did_compatibility_warning = 1
|
|
||||||
call s:warn("See http://github.com/tpope/vim-fugitive/issues#issue/1 for why you should remove git-branch-info.vim")
|
|
||||||
endif
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
augroup fugitive_utility
|
augroup fugitive_utility
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd User Fugitive call s:define_commands()
|
autocmd User Fugitive call s:define_commands()
|
||||||
autocmd VimEnter * call s:compatibility_check()
|
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
let s:abstract_prototype = {}
|
let s:abstract_prototype = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user