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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -287,9 +287,11 @@ The latter supports the following normal commands: >
287
287
<Home> | select first entry
288
288
<End> | select last entry
289
289
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: >
293
295
294
296
^\w\+@\w\+:\f\+\$\s
295
297
@@ -303,6 +305,10 @@ Tip: After inserting a pattern to look for with the `/` command, if you press
303
305
<Esc> instead of <CR> , you can then get more context for each remaining entry
304
306
by pressing `J` or `K` .
305
307
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
+
306
312
==============================================================================
307
313
2. Translated help files *help-translated*
308
314
0 commit comments