bail if &compatible
This commit is contained in:
parent
bdfb4c5f8d
commit
9c285dcd07
@ -5,8 +5,7 @@
|
||||
" License: MIT
|
||||
" =============================================================================
|
||||
|
||||
if ( exists('g:loaded_ctrlp') && g:loaded_ctrlp )
|
||||
\ || v:version < '700'
|
||||
if ( exists('g:loaded_ctrlp') && g:loaded_ctrlp ) || v:version < '700' || &cp
|
||||
fini
|
||||
endif
|
||||
let g:loaded_ctrlp = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user