]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(tohtml): Update TOhtml to version 9.0v2 (#13050)
authorfritzophrenic <fritzophrenic@gmail.com>
Fri, 8 Sep 2023 17:20:01 +0000 (12:20 -0500)
committerGitHub <noreply@github.com>
Fri, 8 Sep 2023 17:20:01 +0000 (19:20 +0200)
commit86cfb39030eb557e1a1c7804f9c147556ca5dbf1
treee95b65f1ff5e23f3696f21515e19c86fa654984b
parent1bd2cb11694690a77e4141bce2e34d9dfb882f1c
runtime(tohtml): Update TOhtml to version 9.0v2 (#13050)

Modified behavior:
  - Change default value of g:html_use_input_for_pc from "fallback" to
    "none". This means with default settings, only the standards-based
    method to make special text unselectable is used. The old method
    relying on unspecified browser behavior for <input> tags is now only
    used if a user specifically enables it.
  - Officially deprecate g:use_xhtml option (in favor of
    g:html_use_xhtml) by issuing a warning message when used.

Bugfixes:
  - Fix issue #8547: LineNr and other special highlight groups did not
    get proper style rules defined when using "hi link".
  - Fix that diff filler was not properly added for deleted lines at the
    end of a buffer.

Other:
  - Refactored function definitions from long lists of strings to use
    :let-heredoc variable assignment instead.
  - Corrected deprecated "." string concatenation operator to ".."
    operator in more places.

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/tohtml.vim
runtime/doc/syntax.txt
runtime/plugin/tohtml.vim
runtime/syntax/2html.vim