diff options
Diffstat (limited to 'autoload/xml/html5.vim')
-rw-r--r-- | autoload/xml/html5.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/xml/html5.vim b/autoload/xml/html5.vim index 2618e225..0df1bd0a 100644 --- a/autoload/xml/html5.vim +++ b/autoload/xml/html5.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'html5') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'html5', 'autoload/xml/html5.vim') finish endif |