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