It is time for another release. Mostly due to the number of minor changes and fixes. There is no major change in this release. The most important updates are listed below.
Features
- Changed
<space>
behaviour in ToC windows (#2062) - Allow citation completion in
\*cites
commands (#2016) - Support for folding, ToC, motions, and text objects for KOMA-script section commands (#2003)
- Add option
g:vimtex_toc_config_matchers
to allow more user customization of ToC matchers (#2011) - Add option
g:vimtex_view_automatic_xwin
to avoid searching for existing viewers with Zathura/MuPDF (#2026) - Several improvements to syntax scripts, e.g.:
- Allow
% VimTeX: SynIgnore on|off
to handle difficult syntax situations (#2038) - Better glossaries support (#2058)
- Support for
\parbox
andminipage
environment (#2044) - Support for
mhequ
package (#2042) - Support for KOMA-script
add(sec|part|chap)
(#2003) - Support for
todonotes
package - Allow custom command syntax styling with
g:vimtex_syntax_custom_cmds
(#1972) - Improved conceal support (#1965, #1968, #2034, #2040, )
- And more (e.g. #1988, #2043)
- Allow
Documentation
- New and improved quick start section in the README (#1946)
- Several minor improvements to the documentation (e.g. #1797, #2012, #2039)
Fixes
- Set ToC windows to fixed with
winfix*
(#2060) - Fixed issue where
caddfile
caused unwanted autocmds to fire (#2029) - Adjust default
g:vimtex_indent_conditionals
(#1078, #2023) - Several more or less minor fixes (e.g. #2013, #2043, #2048, #2052, #2055)
- Use
fdm=diff
when refreshing folds in diff mode (#2014)
Other
- Moved media files to external locations to reduce size of the repo (#1946)
Ackowledgements
Thanks to @postylem, @jaekyeom, and @kunzaatko for the PR contributions!