mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-09 12:03: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
|
" Version: 2.3
|
||||||
" GetLatestVimScripts: 2975 1 :AutoInstall: fugitive.vim
|
" GetLatestVimScripts: 2975 1 :AutoInstall: fugitive.vim
|
||||||
|
|
||||||
if exists('g:loaded_fugitive') || &cp
|
if exists('g:loaded_fugitive')
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
let g:loaded_fugitive = 1
|
let g:loaded_fugitive = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user