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 d7d56f12..9dd6e6f5 100644 --- a/syntax/lhaskell.vim +++ b/syntax/lhaskell.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'lhaskell') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'lhaskell', 'syntax/lhaskell.vim') finish endif |