summaryrefslogtreecommitdiffstats
path: root/syntax/chaskell.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/chaskell.vim')
-rw-r--r--syntax/chaskell.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/chaskell.vim b/syntax/chaskell.vim
index 546e2ae2..754a415c 100644
--- a/syntax/chaskell.vim
+++ b/syntax/chaskell.vim
@@ -1,4 +1,4 @@
-if has_key(g:polyglot_is_disabled, 'chaskell')
+if polyglot#init#is_disabled(expand('<sfile>:p'), 'chaskell', 'syntax/chaskell.vim')
finish
endif