summaryrefslogtreecommitdiffstats
path: root/ftplugin/hive.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/hive.vim')
-rw-r--r--ftplugin/hive.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/hive.vim b/ftplugin/hive.vim
index e1fe2dff..0e9cfd8e 100644
--- a/ftplugin/hive.vim
+++ b/ftplugin/hive.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('hive', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'hive')
finish
endif