summaryrefslogtreecommitdiffstats
path: root/after/ftplugin/haskell.vim
diff options
context:
space:
mode:
Diffstat (limited to 'after/ftplugin/haskell.vim')
-rw-r--r--after/ftplugin/haskell.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/after/ftplugin/haskell.vim b/after/ftplugin/haskell.vim
index 03446e8b..75117f1b 100644
--- a/after/ftplugin/haskell.vim
+++ b/after/ftplugin/haskell.vim
@@ -1,4 +1,4 @@
-if !has_key(g:polyglot_is_disabled, 'haskell')
+if has_key(g:polyglot_is_disabled, 'haskell')
finish
endif