comparison runtime/plugin/tohtml.vim @ 25773:11b656e74444

Update runtime files Commit: https://github.com/vim/vim/commit/6c391a74fe90190796ca0b0c010112948a6e75d7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 9 21:55:11 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Sep 2021 22:00:10 +0200
parents cb3163d590a1
children cc751d944b7e
comparison
equal deleted inserted replaced
25772:55753c17b73d 25773:11b656e74444
60 " 60 "
61 " 7.3 updates: {{{ 61 " 7.3 updates: {{{
62 " 7.3_v14 (Vim 7.3.1246): Allow suppressing line number anchors using 62 " 7.3_v14 (Vim 7.3.1246): Allow suppressing line number anchors using
63 " g:html_line_ids=0. Allow customizing 63 " g:html_line_ids=0. Allow customizing
64 " important IDs (like line IDs and fold IDs) using 64 " important IDs (like line IDs and fold IDs) using
65 " g:html_id_expr evalutated when the buffer conversion 65 " g:html_id_expr evaluated when the buffer conversion
66 " is started. 66 " is started.
67 " 7.3_v13 (Vim 7.3.1088): Keep foldmethod at manual in the generated file and 67 " 7.3_v13 (Vim 7.3.1088): Keep foldmethod at manual in the generated file and
68 " insert modeline to set it to manual. 68 " insert modeline to set it to manual.
69 " Fix bug: diff mode with 2 unsaved buffers creates a 69 " Fix bug: diff mode with 2 unsaved buffers creates a
70 " duplicate of one buffer instead of including both. 70 " duplicate of one buffer instead of including both.