github lervag/vimtex v2.4
VimTeX 2.4

latest releases: v2.15, v2.14, v2.13...
3 years ago

This is a minor release with some improvements and fixes (see below). I'm vere happy to notice that there's been a large number of contributors with pull requests for this release!

Features

  • Syntax highlighting
    • Conceal support for citations (#1965, #2002).
      • Two variants are available and can be configered through the option g:vimtex_syntax_conceal_cites:
        i) \cite{Knuth1981} -> [Knuth1981]
        ii) \cite{Knuth1981} -> 📖
    • Improve highlighting of style commands (e.g. \textsl and \mathbf); both in general and with additional conceal support (#1968, #1991).
    • Improve syntax rules for \url - allow percent symbol (#1990).
    • Add support for comment package (#1988).
    • Improved nested syntax highlighitng of Lua code (#1958).
    • Fix categorisation of some math delimiters (#1977).
  • Add option to make it possible to disable extra indents of multi-line TikZ commands, g:vimtex_indent_tikz_commands (#1960, #1970).
  • Enable ac and ic for math mode spacing commands, e.g. \; (#1966).

Fixes

  • Fixed syntax issue with \lstset (#2000, #2001).
  • Fixed problem with spaces in paths for vimtex#fzf#toc (#1996).
  • Fixed folding of starred lists (#1994).
  • Fixed a bug in the get_pid() method of the Zathura viewer (#947, #1971).
  • Fixed comment highlighting in documented TeX format (#1988).
  • Fixed issue with Vim stuttering after compilation due to fsync (#1986).
  • Ensure bib parsing is executed from project root for cite context menu (#1974).

Other

  • Added supplementary documentation of VimTeX code (#1961).
  • Several general improvements to the documentation.
  • Some other minor improvements and fixes.

Ackowledgements
Thanks to @rsekman, @IngoMeyer441, @patricknraanes, @Airwan, @psvenk, @JingMatrix, @cridemichel, @TornaxO7, @WeixuanZ, @144026, @pereBohigas for submitting PRs!

Don't miss a new vimtex release

NewReleases is sending notifications on new releases.