1
0
forked from aniani/vim

runtime(doc): add helptag for :HelpToc command

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt 2024-11-19 23:02:57 +01:00
parent fa41a3ed1e
commit cb34507b5f
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
*helphelp.txt* For Vim version 9.1. Last change: 2024 Nov 03 *helphelp.txt* For Vim version 9.1. Last change: 2024 Nov 19
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
@ -247,7 +247,7 @@ command: >
(requires write permission there): > (requires write permission there): >
:helptags $VIMRUNTIME/doc :helptags $VIMRUNTIME/doc
< <
*help-TOC* *help-toc-install* *:HelpToc* *help-TOC* *help-toc-install*
If you want to access an interactive table of contents, from any position in If you want to access an interactive table of contents, from any position in
the file, you can use the helptoc plugin. Load the plugin with: > the file, you can use the helptoc plugin. Load the plugin with: >

View File

@ -2127,6 +2127,7 @@ $quote eval.txt /*$quote*
:GnatFind ft_ada.txt /*:GnatFind* :GnatFind ft_ada.txt /*:GnatFind*
:GnatPretty ft_ada.txt /*:GnatPretty* :GnatPretty ft_ada.txt /*:GnatPretty*
:GnatTags ft_ada.txt /*:GnatTags* :GnatTags ft_ada.txt /*:GnatTags*
:HelpToc helphelp.txt /*:HelpToc*
:Hexplore pi_netrw.txt /*:Hexplore* :Hexplore pi_netrw.txt /*:Hexplore*
:LP pi_logipat.txt /*:LP* :LP pi_logipat.txt /*:LP*
:LPE pi_logipat.txt /*:LPE* :LPE pi_logipat.txt /*:LPE*