commit 013ee636f5417befc4a7bfea27c01ea47ca7b0dc (tree)
parent ddec4bfa867650b926874bdf0569dba8e4d52e6f
Author: Tim Pope <code@tpope.net>
Date: Fri, 1 Jun 2018 13:38:22 -0400
Drop 'compatible' check
You really have to go out of your way to load a plugin in compatible
mode.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim
@@ -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