Add support for babel warnings (#265)

This commit is contained in:
Karl Yngve Lervåg 2015-11-03 22:07:41 +01:00
parent e799f04201
commit abfa0f2b90

View File

@ -50,6 +50,10 @@ if exists('g:vimtex_quickfix_ignore_all_warnings')
CompilerSet errorformat+=%-C(biblatex)%.%#LaTeX\ a%.%#
CompilerSet errorformat+=%-Z(biblatex)%m
" Parse babel warnings
CompilerSet errorformat+=%-Z(babel)%.%#input\ line\ %l.
CompilerSet errorformat+=%-C(babel)%m
" Parse hyperref warnings
CompilerSet errorformat+=%-C(hyperref)%.%#on\ input\ line\ %l.
endif