mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 14:23:51 -05:00
Simplify include guard
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
" fugitive.vim - A Git wrapper so awesome, it should be illegal
|
||||
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
|
||||
|
||||
if (exists("g:loaded_fugitive") && g:loaded_fugitive) || &cp
|
||||
if exists('g:loaded_fugitive') || &cp
|
||||
finish
|
||||
endif
|
||||
let g:loaded_fugitive = 1
|
||||
|
||||
Reference in New Issue
Block a user