Drop 'compatible' check
You really have to go out of your way to load a plugin in compatible mode.
This commit is contained in:
parent
ddec4bfa86
commit
013ee636f5
@ -3,7 +3,7 @@
|
||||
" Version: 2.3
|
||||
" GetLatestVimScripts: 2975 1 :AutoInstall: fugitive.vim
|
||||
|
||||
if exists('g:loaded_fugitive') || &cp
|
||||
if exists('g:loaded_fugitive')
|
||||
finish
|
||||
endif
|
||||
let g:loaded_fugitive = 1
|
||||
|
Loading…
Reference in New Issue
Block a user