diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-09-08 23:35:18 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2023-09-09 08:29:50 +0200 |
commit | 294ded9cf26a1a1cab9071588e41bb3ce9474f18 (patch) | |
tree | c17dd894d9c411d1ae10f3a5b7f5f94902f09775 /runtime/lua/vim/vimhelp.lua | |
parent | 0bee75818e79a4a619c0248e17e98e985187732c (diff) | |
download | rneovim-294ded9cf26a1a1cab9071588e41bb3ce9474f18.tar.gz rneovim-294ded9cf26a1a1cab9071588e41bb3ce9474f18.tar.bz2 rneovim-294ded9cf26a1a1cab9071588e41bb3ce9474f18.zip |
vim-patch:86cfb39030eb
runtime(tohtml): Update TOhtml to version 9.0v2 (vim/vim#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 vim/vim#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.
https://github.com/vim/vim/commit/86cfb39030eb557e1a1c7804f9c147556ca5dbf1
Co-authored-by: fritzophrenic <fritzophrenic@gmail.com>
Diffstat (limited to 'runtime/lua/vim/vimhelp.lua')
0 files changed, 0 insertions, 0 deletions