Drop 'compatible' check

You really have to go out of your way to load a plugin in compatible
mode.
This commit is contained in:
Tim Pope 2018-06-01 13:38:22 -04:00
parent ddec4bfa86
commit 013ee636f5

View File

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