-
Notifications
You must be signed in to change notification settings - Fork 407
vimtex_quickfix_ignore_filters #2024
Copy link
Copy link
Closed
Description
Hello,
I am a long time vimtex user and I love your plugin that I use all the time.
Today, I am making some update. Until now (I used an old version of the plugin), the quickfix list filter used the option g:vimtex_quickfix_latexlog .
Now, it changes to g:vimtex_quickfix_ignore_filters. I put the following into my .vimrc:
let g:vimtex_quickfix_ignore_filters = [
\ 'Underfull',
\ 'Overfull',
\]Unfortunately, it has no effect to the compilation. For example, I obtain in Quickfix list:
|597 warning| Overfull \hbox (9.86964pt too wide) in paragraph at lines 597--602
|24 warning| Underfull \hbox (badness 1308) in paragraph at lines 24--28
In fact, my previous settings were:
let g:vimtex_quickfix_ignore_all_warnings = 0
let g:vimtex_quickfix_latexlog = {
\ 'default' : 1,
\ 'general' : 1,
\ 'references' : 1,
\ 'overfull' : 0,
\ 'underfull' : 0,
\ 'font' : 1,
\ 'packages' : {
\ 'default' : 0,
\ 'general' : 0,
\ 'babel' : 1,
\ 'biblatex' : 1,
\ 'fixltx2e' : 1,
\ 'hyperref' : 1,
\ 'natbib' : 1,
\ 'scrreprt' : 1,
\ 'titlesec' : 0,
\ },
\}Maybe do you have an idea how to configure g:vimtex_quickfix_ignore_filters to have the same behavior as the previous one?
Thank a lot for your help!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels