Skip to content

Releases: lyokha/vim-publish-helper

vim-publish-helper version 0.16.1

18 Nov 19:05
Compare
Choose a tag to compare
  • vimhl 0.3.2.1: replace use of liftM2 with the applicative style.
  • vimhl_latex_tmpl.sh: update for using with Pandoc 3.5 latex template.

vim-publish-helper version 0.16

24 May 15:45
Compare
Choose a tag to compare
  • Fix handling colors when termguicolors is set.
  • Fixes in script lua/publish-helper.lua, now it also has support for Neovim 0.10.
  • Set variable b:current_syntax in syntax/shelloutput.vim to fix rendering shelloutput in Neovim via the treesitter fallback.
  • Disable TOhtml rendering engine in Neovim 0.10 because plugin TOhtml was rewritten in this version of Neovim in a non-compatible way.
  • Extend the sample .vimrc.pandoc to use with Neovim.

vim-publish-helper version 0.15.1

09 May 17:59
Compare
Choose a tag to compare
  • vimhl 0.3.2.0.
    • Improvement after the previous release: do not use /dev/tty if the backend program is Neovim. The backend's flavor gets detected by testing against has("nvim") once at the first call.
    • As well, both the vim executable and the effective vim configuration file get detected once at the first call.

vim-publish-helper version 0.15

06 May 11:21
Compare
Choose a tag to compare
  • vimhl 0.3.0.00.3.1.0.
    • Support for packages base < 4.8 and pandoc-types < 1.20 was dropped.
    • If output format is gfm, the code block gets translated to a RawBlock in HTML format with style adhered to code blocks in Github README pages. Unfortunately, this won't help use preprocessed README files at Github because Github markdown sanitizer strips CSS styles in HTML tags (see details at https://github.com/github/markup).
    • Use environment variable VIMRC_PANDOC to point to the custom vim configuration (default path is still $HOME/.vimrc.pandoc).
    • Cabal flag debug was removed.
    • Do not throw the error if /dev/tty cannot be open. Note that Neovim loads the syntax engine without the tty emulation just fine. This allows using Neovim as VIMHL_BACKEND in environments where /dev/tty is unavailable.
  • Escape single quotes in vim command MakeHtmlCodeHighlight.
  • Upload vimhl executables on project releases.

vim-publish-helper version 0.14

10 May 14:42
Compare
Choose a tag to compare

Vim startup time optimization: all functions were moved into autoload/ directory.

vim-publish-helper version 0.13.1

06 Jan 11:23
Compare
Choose a tag to compare
  • vimhl: dropped dependency on packages regex-compat and cond.
  • vimhl_latex_tmpl.sh: fixes after running Shellcheck.

vim-publish-helper version 0.13

25 Dec 15:34
Compare
Choose a tag to compare
  • Added an option for rendering highlights built by the treesitter in Neovim.
  • Fixes and improvements in rendering of HTML tables for the line-number columns.
  • Use environment variable VIMHL_BACKEND to choose between vim flavors in vimhl.

vim-publish-helper version 0.12.7

03 Jul 18:30
Compare
Choose a tag to compare

Updated after Pandoc 2.8 and the String-to-Text migration.

vim-publish-helper version 0.12.6

18 Jun 10:09
Compare
Choose a tag to compare

script vimhl_latex_tmpl.sh updated after release of pandoc 2.6

vim-publish-helper version 0.12.5

20 Nov 19:02
Compare
Choose a tag to compare

miscellaneous improvement in vimhl.hs