diff options
Diffstat (limited to 'indent/html.vim')
-rw-r--r-- | indent/html.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/html.vim b/indent/html.vim index 25e306f3..07c6aa6f 100644 --- a/indent/html.vim +++ b/indent/html.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'html') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'html', 'indent/html.vim') finish endif |