summaryrefslogtreecommitdiffstats
path: root/syntax/chill.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/chill.vim')
-rw-r--r--syntax/chill.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/chill.vim b/syntax/chill.vim
index 313dc67a..862ce04c 100644
--- a/syntax/chill.vim
+++ b/syntax/chill.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('chill', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'chill')
finish
endif