commit 00fadae2fe1a35fbdbe347c5a1247552661dfcfc parent bc31d51896613f7d6d1f5370225e5fd976292201 Author: Anders Damsgaard <andersd@riseup.net> Date: Thu, 30 Nov 2017 15:37:11 -0500 ignore hbox overfull/underfull warnings in quickfix output Diffstat:
A | links/.vim/ftplugin/tex.vim | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/links/.vim/ftplugin/tex.vim b/links/.vim/ftplugin/tex.vim @@ -0,0 +1,3 @@ +let g:vimtex_quickfix_latexlog = { + \ 'overfull' : 0, + \ 'underfull' : 0}