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 75117f1b..21cf2690 100644 --- a/after/ftplugin/haskell.vim +++ b/after/ftplugin/haskell.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'haskell') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'haskell', 'after/ftplugin/haskell.vim') finish endif |