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