motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

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:
Mplugin/fugitive.vim | 2+-
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