Vimtex Versions Save

VimTeX: A modern Vim and neovim filetype plugin for LaTeX files.

v1.3

3 years ago

Changes and new features

  • Add folding for \items (#1765)
  • Add warning if g:tex_flavor is undefined
  • API: Add vimtex#compiler#start() (#1763)

Bug fixes

  • Fixed broken autocmd for g:vimtex_view_use_temp_files (#1766)
  • Some minor fixes (#1764, #1745)

Maintenance

  • Some clean up and general improvements

v1.2

3 years ago

This release brings some changes:

  • New events: VimtexEventCompileSuccess / ...Failed and VimtexEventView
  • Removed options deprecated by the new events (see :help vimtex-changelog)
  • Added check and warning for deprecated options
  • Plus more minor changes

v1.1

3 years ago

The vimtex code base has been cleaned and upgraded to rely on more recent Vim and neovim versions, as was indicated in #1748.

v1.0

3 years ago

This is the first "release" of vimtex. Versioning has not been a priority, as I have mostly avoided breaking changes. However, as discussed in #1748, I have decided to adapt more recent features in Vim and neovim. This means that users on older versions of Vim may experience that vimtex stops working. Thus, I want to apply versioning to make it easy to pin the version if one is stuck on old versions of Vim or neovim.

In future releases I plan to write more about the changes since the last release. Since this is the first release, one should simply all of the docs. :)