diff options
Diffstat (limited to 'ftplugin/dhall.vim')
-rw-r--r-- | ftplugin/dhall.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/dhall.vim b/ftplugin/dhall.vim index 6c183c35..a484585b 100644 --- a/ftplugin/dhall.vim +++ b/ftplugin/dhall.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'dhall') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'dhall', 'ftplugin/dhall.vim') finish endif |