We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:save
As in the title. See steps to reproduce below
vim b.tex
paste the following content
\documentclass{article} \begin{document} hello world \end{document}
:w
:save c.tex
Filename change detected etc. notification seen
Filename change detected
\ll to start compiler
\ll
:VimtexInfo. See compiler:... field still show the old file name as target: (although VimTeX project: line shows file name correctly as c)
:VimtexInfo
compiler:...
target:
VimTeX project:
c
It should start the compiler with c.tex as file name
c.tex
No response
Irrelevant
(using latest master branch) System info: OS: Arch Linux Vim version: VIM 9.1 (1-707) Has clientserver: true Servername: vim1 VimTeX project: c base: c.tex root: /tmp tex: /tmp/c.tex main parser: fallback current file document class: packages: fastrecompile compiler: latexmk root: /tmp target: b.tex jobname: b engine: -lualatex options: -file-line-error -latexoption=-shell-escape -latexoption=-recorder -synctex=1 -interaction=nonstopmode out_dir: /tmp/.vimtex_build_dir/ aux_dir: /tmp/.vimtex_build_dir/ callback: 1 continuous: 1 executable: latexmk job: jobid: process 2704147 run output: /tmp/vZcZETr/0 cmd: max_print_line=2000 latexmk -file-line-error -latexoption=-shell-escape -latexoption=-recorder -synctex=1 -interaction=nonstopmode -lualatex -outdir=/tmp/.vimtex_build_dir/ -emulate-aux-dir -auxdir=/tmp/.vimtex_build_dir/ -pvc -pvctimeout- -view=none -e '$compiling_cmd = ($compiling_cmd ? $compiling_cmd . " ; " : "") . "echo vimtex_compiler_callback_compiling"' -e '$success_cmd = ($success_cmd ? $success_cmd . " ; " : "") . "echo vimtex_compiler_callback_success"' -e '$failure_cmd = ($failure_cmd ? $failure_cmd . " ; " : "") . "echo vimtex_compiler_callback_failure"' 'b.tex' pid: 2704147 viewer: Zathura xwin id: 62914563 cmd_start: zathura -x "/usr/bin/vim -T dumb --not-a-term -n -c \"VimtexInverseSearch %{line}:%{column} '%{input}'\"" --synctex-forward 1:1:'/tmp/c.tex' '.vimtex_build_dir/b.pdf'& qf method: LaTeX logfile
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
As in the title. See steps to reproduce below
Steps to reproduce
vim b.tex
paste the following content
:w
:save c.tex
Filename change detected
etc. notification seen\ll
to start compiler:VimtexInfo
. Seecompiler:...
field still show the old file name astarget:
(althoughVimTeX project:
line shows file name correctly asc
)Expected behavior
It should start the compiler with
c.tex
as file nameActual behavior
No response
Do you use a latexmkrc file?
Irrelevant
VimtexInfo
The text was updated successfully, but these errors were encountered: