Skip to content

Commit 8642dc5

Browse files
committed
Update helphelp.{txt,jax}
1 parent 083f622 commit 8642dc5

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

doc/helphelp.jax

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*helphelp.txt* For Vim バージョン 9.1. Last change: 2025 Apr 21
1+
*helphelp.txt* For Vim バージョン 9.1. Last change: 2025 May 04
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -283,9 +283,11 @@ $VIMRUNTIME/docにあるファイルは対象外です。
283283
<Home> | 最初のエントリを選択する
284284
<End> | 最後のエントリを選択する
285285
286-
このプラグインは、man ページ、markdown ファイル、および端末バッファに目次を提
287-
供することもできます。端末バッファの場合、エントリは過去に実行されたシェルコマ
288-
ンドになります。それらを検索するために、以下のパターンが使用されます: >
286+
このプラグインは、asciidoc、html、man、markdown、tex、vim、xhtml といったファ
287+
イルタイプのバッファに目次を表示できます。また、端末バッファにも目次を表示でき
288+
ます。このバッファには、過去に実行されたシェルコマンドのエントリが生成されま
289+
す。これらのエントリを見つけるために、デフォルトでは以下のパターンが使用されま
290+
す: >
289291
290292
^\w\+@\w\+:\f\+\$\s
291293
@@ -298,6 +300,9 @@ $VIMRUNTIME/docにあるファイルは対象外です。
298300
Tip: `/` コマンドで検索するパターンを挿入した後、<CR> ではなく <Esc> を押すと、
299301
`J` または `K` を押すことで残りの各エントリの詳細なコンテキストを取得できます。
300302

303+
helptoc の詳細、特にヘルプ以外のファイルタイプでの使用やオプションの設定につい
304+
ては、|helptoc.vim| を参照してください。
305+
301306
==============================================================================
302307
2. 翻訳ヘルプ *help-translated*
303308

en/helphelp.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 04
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,9 @@ 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
304306
by pressing `J` or `K`.
305307

308+
Refer |helptoc.vim| for more details about helptoc, particularly about using
309+
it with filetypes other than help, and configuring its options.
310+
306311
==============================================================================
307312
2. Translated help files *help-translated*
308313

0 commit comments

Comments
 (0)