1- *helphelp.txt* For Vim version 9.1. Last change: 2025 Apr 21
1+ *helphelp.txt* For Vim version 9.1. Last change: 2025 May 31
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -287,9 +287,11 @@ The latter supports the following normal commands: >
287287 <Home> | select first entry
288288 <End> | select last entry
289289
290- The plugin can also provide a table of contents in man pages, markdown files,
291- and terminal buffers. In the latter, the entries will be the past executed
292- shell commands. To find those, the following pattern is used: >
290+ The plugin can also provide a table of contents in buffers of the following
291+ filetypes: asciidoc, html, man, markdown, tex, vim, and xhtml. In addition
292+ it also provide a table of contents for a terminal buffer, which produces
293+ entries that are the past executed shell commands. To find those, by default,
294+ the following pattern is used: >
293295
294296 ^\w\+@\w\+:\f\+\$\s
295297
@@ -303,6 +305,10 @@ Tip: After inserting a pattern to look for with the `/` command, if you press
303305<Esc> instead of <CR> , you can then get more context for each remaining entry
304306by pressing `J` or `K` .
305307
308+ Refer to | helptoc.txt | for more details about helptoc, particularly about
309+ using it with filetypes other than help, and configuring its options.
310+ Note: You need to `packadd helptoc` before you can jump to | helptoc.txt | .
311+
306312==============================================================================
3073132. Translated help files *help-translated*
308314
0 commit comments