summaryrefslogtreecommitdiffstats
path: root/autoload/vital/_crystal/Web
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/vital/_crystal/Web')
-rw-r--r--autoload/vital/_crystal/Web/JSON.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/vital/_crystal/Web/JSON.vim b/autoload/vital/_crystal/Web/JSON.vim
index a1d01238..bcf96f85 100644
--- a/autoload/vital/_crystal/Web/JSON.vim
+++ b/autoload/vital/_crystal/Web/JSON.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('crystal', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'crystal')
finish
endif