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