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