Fix #545: Handle more warning messages
This commit is contained in:
parent
275304e824
commit
379acc3150
@ -56,6 +56,13 @@ if exists('g:vimtex_quickfix_ignore_all_warnings')
|
|||||||
|
|
||||||
" Parse hyperref warnings
|
" Parse hyperref warnings
|
||||||
CompilerSet errorformat+=%-C(hyperref)%.%#on\ input\ line\ %l.
|
CompilerSet errorformat+=%-C(hyperref)%.%#on\ input\ line\ %l.
|
||||||
|
CompilerSet errorformat+=%-C(hyperref)%m
|
||||||
|
|
||||||
|
" Parse more warnings
|
||||||
|
CompilerSet errorformat+=%-C(scrreprt)%m
|
||||||
|
CompilerSet errorformat+=%-C(fixltx2e)%m
|
||||||
|
CompilerSet errorformat+=%-C(titlesec)%m
|
||||||
|
CompilerSet errorformat+=%-C(Font)%m
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Ignore unmatched lines
|
" Ignore unmatched lines
|
||||||
|
Loading…
Reference in New Issue
Block a user