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