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