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