diff options
Diffstat (limited to 'syntax/html.vim')
-rw-r--r-- | syntax/html.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/html.vim b/syntax/html.vim index 23d33446..ed3b61f1 100644 --- a/syntax/html.vim +++ b/syntax/html.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('html', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'html') finish endif |