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