Add support for babel warnings (#265)
This commit is contained in:
parent
e799f04201
commit
abfa0f2b90
@ -50,6 +50,10 @@ if exists('g:vimtex_quickfix_ignore_all_warnings')
|
|||||||
CompilerSet errorformat+=%-C(biblatex)%.%#LaTeX\ a%.%#
|
CompilerSet errorformat+=%-C(biblatex)%.%#LaTeX\ a%.%#
|
||||||
CompilerSet errorformat+=%-Z(biblatex)%m
|
CompilerSet errorformat+=%-Z(biblatex)%m
|
||||||
|
|
||||||
|
" Parse babel warnings
|
||||||
|
CompilerSet errorformat+=%-Z(babel)%.%#input\ line\ %l.
|
||||||
|
CompilerSet errorformat+=%-C(babel)%m
|
||||||
|
|
||||||
" Parse hyperref warnings
|
" Parse hyperref warnings
|
||||||
CompilerSet errorformat+=%-C(hyperref)%.%#on\ input\ line\ %l.
|
CompilerSet errorformat+=%-C(hyperref)%.%#on\ input\ line\ %l.
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user