summaryrefslogtreecommitdiffstats
path: root/autoload/health
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-05-20 16:59:09 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-05-20 16:59:09 +0200
commita688c66a049b12e7b19f6ab4cb27c5a24dc3d52c (patch)
tree4f21330aa69ea67c4b32ad89918034e375bd1e1c /autoload/health
parent0a7c62b3b22a75f91245a718c1409e4216ae61c8 (diff)
downloadvim-polyglot-a688c66a049b12e7b19f6ab4cb27c5a24dc3d52c.tar.gz
vim-polyglot-a688c66a049b12e7b19f6ab4cb27c5a24dc3d52c.zip
Update
Diffstat (limited to 'autoload/health')
-rw-r--r--autoload/health/vimtex.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/autoload/health/vimtex.vim b/autoload/health/vimtex.vim
index 1af2c78f..a655feee 100644
--- a/autoload/health/vimtex.vim
+++ b/autoload/health/vimtex.vim
@@ -69,12 +69,6 @@ function! s:check_plugin_clash() abort " {{{1
call health#report_warn('Conflicting plugin detected: LaTeX-Box')
call health#report_info('vimtex does not work as expected when LaTeX-Box is installed!')
call health#report_info('Please disable or remove it to use vimtex!')
-
- let l:polyglot = !empty(filter(copy(l:scriptnames), "v:val =~# 'polyglot'"))
- if l:polyglot
- call health#report_info('LaTeX-Box is included with vim-polyglot and may be disabled with:')
- call health#report_info('let g:polyglot_disabled = [''latex'']')
- endif
endif
endfunction