Skip to content

Commit 5a00563

Browse files
authored
Merge pull request #2068 from h-east/update-helphelp
Update helphelp.{txt,jax}
2 parents 6b0a8c6 + 59e27f9 commit 5a00563

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-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 31
22

33

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

302+
helptoc の詳細、特にヘルプ以外のファイルタイプでの使用やオプションの設定につい
303+
ては、|helptoc.txt| を参照してください。
304+
Note: |helptoc.txt| に移動する前に `packadd helptoc` を実行する必要があります。
305+
301306
==============================================================================
302307
2. 翻訳ヘルプ *help-translated*
303308

en/helphelp.txt

Lines changed: 10 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 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
304306
by 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
==============================================================================
307313
2. Translated help files *help-translated*
308314

0 commit comments

Comments
 (0)