summaryrefslogtreecommitdiffstats
path: root/autoload/vital/crystal.vital
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/vital/crystal.vital')
-rw-r--r--autoload/vital/crystal.vital6
1 files changed, 2 insertions, 4 deletions
diff --git a/autoload/vital/crystal.vital b/autoload/vital/crystal.vital
index 3deaa053..19e5f642 100644
--- a/autoload/vital/crystal.vital
+++ b/autoload/vital/crystal.vital
@@ -1,10 +1,8 @@
-if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'crystal') != -1
- finish
-endif
-
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
crystal
bee84ae23effb0510137ad177e98c94d8b3657a6
Process
Web.JSON
ColorEcho
+endif