summaryrefslogtreecommitdiffstats
path: root/autoload/htmlcomplete.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--autoload/htmlcomplete.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/htmlcomplete.vim b/autoload/htmlcomplete.vim
index e4087b01..a378493e 100644
--- a/autoload/htmlcomplete.vim
+++ b/autoload/htmlcomplete.vim
@@ -1,4 +1,4 @@
-if has_key(g:polyglot_is_disabled, 'html5')
+if polyglot#init#is_disabled(expand('<sfile>:p'), 'html5', 'autoload/htmlcomplete.vim')
finish
endif