LaTeX-Box-Team / LaTeX-Box

Lightweight Toolbox for LaTeX - New Official repository
http://www.vim.org/scripts/script.php?script_id=3109
GNU General Public License v3.0
395 stars 66 forks source link

Fix detection of latex warnings and filenames therein #268

Open jgosmann opened 6 years ago

jgosmann commented 6 years ago

I am using LaTeX-Box with lualatex and a document that includes subdocuments with \include and noticed that in warnings the filenames where not correctly detected (every warning was attributed to the main file). Also, warnings related to a single line (at line X instead of at lines X-Y) and underfull box warnings (which have no line number at all) were not detected. (Note that the “underfull” warnings are ignored by default, but I configured g:LatexBox_ignore_warnings to not ignore those).

jgosmann commented 6 years ago

Actually, this is still not working properly. :/ And I currently do not see any way to fully fix it due to vim/vim#2785.

jgosmann commented 6 years ago

This seems to be working for me now with Vim compiled including patch 1678.