summaryrefslogtreecommitdiffstats
path: root/runtime/plugin/tohtml.vim
AgeCommit message (Collapse)Author
2023-09-08runtime(tohtml): Update TOhtml to version 9.0v2 (#13050)fritzophrenic
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>
2023-02-02Update runtime files.Bram Moolenaar
2021-09-09Update runtime filesBram Moolenaar
2019-11-17Update runtime files.Bram Moolenaar
2018-11-16Update runtime files.Bram Moolenaar
2015-10-13Update runtime files.Bram Moolenaar
2013-07-09Updated runtime files. Fix NL translations.Bram Moolenaar
2013-06-28Update runtime files. Remove duplicate tags in help.Bram Moolenaar
2013-06-26Updated runtime files. New version of TOhtml plugin.Bram Moolenaar
2013-06-01Updated runtime files and translations.Bram Moolenaar
2012-07-25Updated runtime files.Bram Moolenaar
2011-06-19Updated runtime files.Bram Moolenaar
2011-04-28Updated runtime files.Bram Moolenaar
2011-01-08Updated runtime files.Bram Moolenaar
2010-11-16Updated runtime files.Bram Moolenaar
2010-08-13Updates for :TOhtml. (Benjamin Fritz)Bram Moolenaar
2010-08-07Updates for :TOhtml. (Ben Fritz)Bram Moolenaar
2010-08-05Improve handling of user settings in :TOhtml. Default to generating CSS.Bram Moolenaar
(Benjamin Fritz)
2010-07-29Updated runtime files. :TOhtml improvements by Benjamin Fritz.Bram Moolenaar
2010-07-25Add the synconcealed() function and use it for :TOhtml. (Benjamin Fritz)Bram Moolenaar
2010-07-18Improved :TOhtml. (Benjamin Fritz)Bram Moolenaar
2010-07-16Improved version of 2html.vim.Bram Moolenaar
Includes progress bar. Fix dynamic folding in diff view. (Benjamin Fritz)
2010-07-11When the buffer is in diff mode, have :TOhtml create HTML to show the diffBram Moolenaar
side-by-side. (Christian Brabandt)
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar