diff options
Diffstat (limited to 'syntax/lhaskell.vim')
-rw-r--r-- | syntax/lhaskell.vim | 2 |
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 |