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