bail if &compatible

This commit is contained in:
Kien N 2011-09-06 18:51:56 +07:00
parent bdfb4c5f8d
commit 9c285dcd07

View File

@ -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