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