diff options
Diffstat (limited to 'after/ftplugin/haskell.vim')
-rw-r--r-- | after/ftplugin/haskell.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/after/ftplugin/haskell.vim b/after/ftplugin/haskell.vim index 96ea4d04..03446e8b 100644 --- a/after/ftplugin/haskell.vim +++ b/after/ftplugin/haskell.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('haskell', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'haskell') finish endif |