mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-03-05 22:54:28 +08:00
Reorder some logic.
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
" Initialization: {{{
|
||||
|
||||
if exists("g:loaded_delimitMate")
|
||||
" User doesn't want this plugin, let's get out!
|
||||
if exists("g:loaded_delimitMate") || &cp
|
||||
" User doesn't want this plugin or compatible is set, let's get out!
|
||||
finish
|
||||
endif
|
||||
let g:loaded_delimitMate = 1
|
||||
|
||||
Reference in New Issue
Block a user