diff options
Diffstat (limited to 'indent/tex.vim')
-rw-r--r-- | indent/tex.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/tex.vim b/indent/tex.vim index f304c092..4cd17b84 100644 --- a/indent/tex.vim +++ b/indent/tex.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'tex') +if has_key(g:polyglot_is_disabled, 'tex') finish endif |