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