mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-08 11:33:47 -05:00
Drop 'compatible' check
You really have to go out of your way to load a plugin in compatible mode.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user