VimTeX 2.11
Time sure seems to pass quickly. Another three months have gone by. As usual, there are a few updates. Nothing huge, but enough to warrant a small release. The main highlight is an update to the core highlight groups: the texMathZone
groups now have more consistent names. Please see #2467 and read :help vimtex-syntax-reference
, Table 3 for more info.
Features
- Viewer
- Syntax
- Miscellaneous
Performance
- Limit number of iterations for
delim#get_surrounding()
(#2432) - Optimized
s:fix_paths_hbox_warning()
by use of caching (#2407) - Optimized (and simplified)
vimtex#util#count()
Bug Fixes
- Viewer: Use full path for
zathura --synctex-forward
(#2392, #2377) - TOC: Fixed minor error in
VimtexTocTodo
match regex (#2410) - Syntax: Fix issue with nested math zones due to
keepend
(#2429) - Indentation: Avoid extra indents on
\iftoggle
(#2450) - Set
'noreadonly'
for VimTeX special buffers (#2399) - Use detached mode for
jobstart
(#2401) - Escape paths before magic substitute (#2405)
- Use
fnameescape
foroutdir
with tectonic (#2436) - Fixed bug in
cmd#get_current
with beamer overlay parser (#2446) - Fixed parsing issue for
.aux
label string (#2457)
Documentation
- README.md: Show install instruction for packer.nvim (#2281)
- Improved paragraph on project-local configurations (#2422)
- Added a brief comment on
macvim-clientserver
(#2456) - A few minor fixes (#2450, #2452, #2393)
Acknowledgements
Again there has been several contributions from the community, and as before I would like to give a special thanks to everyone who contributes with PRs: @MarcelRobitaille (#2403), @ejmastnak (#2417), and @thezeroalpha (#2436).