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