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
I prefer to use single shot compilation with VimtexCompileSS command. This command used to be informative, but now it only gives you one message VimTeX: Compilation completed. There is no information on start compiler started or if compilation is long I really liked message that compiler is already running.
I was able to track the commit which changed this behaviour: 2ac3d045982aabca6f6a0430da8680feeaabd5fb, actually this messages were cut off from autoload/vimtex/compiler/_template.vim file.
I do not know if that quietness was intentional for single shot compilation, but without that feature you can compulsively run VimtexCompileSS without knowing if it is already started, running or not working at all.
Tracking down code I was not able to easily switch on this verboseness.
Steps to reproduce
:VimtexCompileSS
Expected behavior
VimTeX: Compiler started
VimTeX: Compiler is already running
Actual behavior
no messages
Do you use a latexmkrc file?
Yes, but it is irrelevan
VimtexInfo
System infoOS: Linux 5.15.6-arch2-1Vim version: VIM 8.2 (1-3582)Has clientserver: trueServername: undefined (vim started without --servername)VimTeX project: wyklad6base: wyklad6.texroot: /home/mrajner/dyd/rw/wykladytex: /home/mrajner/dyd/rw/wyklady/wyklad6.texmain parser: current filedocument class:
packages: adjustbox blx-case-expl3 epstopdf-base expl3 gettitlestring infwarerr kvoptions ltxcmds nameref node_on_specific_x pgfplots refcount rw tikz xparsecompiler: latexmkengine: -pdfoptions:
-verbose-file-line-error-synctex=1-interaction=nonstopmodecallback: 1continuous: 1executable: latexmkjob:
jobid: process 62542 deadoutput: /tmp/vb2CyAP/0cmd: max_print_line=2000 latexmk -verbose -file-line-error -synctex=1 -interaction=nonstopmode -pdf 'wyklad6.tex'pid: 62542viewer: Zathuraxwin id: 0qf method: LaTeX logfile
The text was updated successfully, but these errors were encountered:
Description
I prefer to use single shot compilation with
VimtexCompileSS
command. This command used to be informative, but now it only gives you one messageVimTeX: Compilation completed
. There is no information on startcompiler started
or if compilation is long I really liked message thatcompiler is already running
.I was able to track the commit which changed this behaviour:
2ac3d045982aabca6f6a0430da8680feeaabd5fb
, actually this messages were cut off fromautoload/vimtex/compiler/_template.vim
file.I do not know if that quietness was intentional for single shot compilation, but without that feature you can compulsively run
VimtexCompileSS
without knowing if it is already started, running or not working at all.Tracking down code I was not able to easily switch on this verboseness.
Steps to reproduce
:VimtexCompileSS
Expected behavior
VimTeX: Compiler started
VimTeX: Compiler is already running
Actual behavior
no messages
Do you use a latexmkrc file?
Yes, but it is irrelevan
VimtexInfo
The text was updated successfully, but these errors were encountered: