From 013ee636f5417befc4a7bfea27c01ea47ca7b0dc Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 1 Jun 2018 13:38:22 -0400 Subject: [PATCH] Drop 'compatible' check You really have to go out of your way to load a plugin in compatible mode. --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 20743d6..8851b26 100644 --- 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