You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When having "vim.g.vimtex_quickfix_mode = 0" + autocommand for opening up Trouble on compilation failures + Compilation failure, errors pops in front of the window.
Error:
Error detected while processing function <SNR>69_callback_nvim_output[8]..<SNR>69_check_callback[4]..vimtex#compiler#callback:
line 49:
E121 Undefined variable: b:vimtex
Image of the error:
I would like to not have my window blocked by this error, I have set Trouble (in quickfix mode) to pop up and show the compilation errors (Observation: Trouble indeed pops up, but only after after closing this window).
The problem here is that the trouble function is changing the buffer. I didn't think that people would do that. I'm pushing a change that I think fixes it. Please test.
Description
When having "vim.g.vimtex_quickfix_mode = 0" + autocommand for opening up Trouble on compilation failures + Compilation failure, errors pops in front of the window.
Error:
Image of the error:
I would like to not have my window blocked by this error, I have set Trouble (in quickfix mode) to pop up and show the compilation errors (Observation: Trouble indeed pops up, but only after after closing this window).
Options I did set:
Steps to reproduce
vim.g.vimtex_quickfix_mode = 0
Expected behavior
My window not get blocked by this unusual error.
Actual behavior
My window gets blocked by this unusual error.
Do you use a latexmkrc file?
Yes
VimtexInfo
The only thing I have in the file is `$pdf_mode = 4;`
The text was updated successfully, but these errors were encountered: