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
tse
\begin{document}
tse affetcs \begin{document} and suddenly makes it \begin{document*}. If you use tse in wrong place it is able to break document without noticing.
\begin{document*}
Doesn't touch document environment and may be some more non starrable enironments.
document
touch document environment and may be some more non starrable enironments.
No
System info OS: Arch Linux Vim version: VIM 8.2 (1-3441) Has clientserver: true Servername: undefined (vim started without --servername) VimTeX project: file base: file.tex root: /home/user/folder tex: /home/user/folder/file.tex main parser: current file verified document class: article packages: amsbsy amsfonts amsgen amsmath amsopn amssymb amstext amsthm atbegshi atbegshi-ltx atveryend atveryend-ltx auxhook babel bigintcalc bitset cleveref color etexcmds gettitlestring hycolor hyperref iftex infwarerr inputenc intcalc keyval kvdefinekeys kvoptions kvsetkeys letltxmacro ltxcmds nameref pdfescape pdftexcmds refcount rerunfilecheck uniquecounter url xcolor compiler: latexmk engine: -pdf options: -verbose -file-line-error -synctex=1 -interaction=nonstopmode build_dir: build/ callback: 1 continuous: 1 executable: latexmk job: jobid: process 381955 run output: /tmp/vYlfLWW/2 cmd: max_print_line=2000 latexmk -verbose -file-line-error -synctex=1 -interaction=nonstopmode -pdf -outdir=build/ -pvc -e '$new_viewer_always = "0"' -e '$pdf_previewer = "zathura -x \"/usr/bin/vim --servername --remote-expr \"\\\"\"vimtex#view#reverse_goto(\%{line}, '"'"'\%{input}'"'"')\"\\\"\"\" \%S"' -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"' 'file.tex' pid: 381955 viewer: Zathura xwin id: 69206017 cmd_start: zathura -x "/usr/bin/vim --servername --remote-expr \"vimtex#view#reverse_goto(%{line}, '%{input}')\"" --synctex-forward 112:27:'/home/user/folder/file.tex' '/home/user/folder/build//file.pdf'& qf method: LaTeX logfile
The text was updated successfully, but these errors were encountered:
fix: tse shouldn't toggle \begin{document}
05dbb2c
refer: #2210
Thanks, fixed now!
Sorry, something went wrong.
I won't aim to know all starable environments, but I agree document should be strictly avoided.
No branches or pull requests
Description
tse
affetcs\begin{document}
and suddenly makes it\begin{document*}
. If you usetse
in wrong place it is able to break document without noticing.Steps to reproduce
tse
inside document but outside any other environment.Expected behavior
Doesn't touch
document
environment and may be some more non starrable enironments.Actual behavior
touch
document
environment and may be some more non starrable enironments.Do you use a latexmkrc file?
No
VimtexInfo
The text was updated successfully, but these errors were encountered: