Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions doc/helphelp.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*helphelp.txt* For Vim バージョン 9.1. Last change: 2025 Nov 09
*helphelp.txt* For Vim バージョン 9.1. Last change: 2025 Dec 02


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -157,9 +157,11 @@
ます。引数を与えた場合には 'runtimepath' に設定されたすべてのディレクトリの
"doc/tags" から検索されます。

ヘルプを現在のウィンドウで開きたいのならば、|help-curwin| のTIPSを参照のこと。

ヘルプウィンドウの高さの初期値は 'helpheight' で設定できます (標準設定: 20)。

カレントウィンドウで {subject} に関するヘルプを開きたい場合は、helpcurwin オプ
ションパッケージを使用できる。|package-helpcurwin| を参照。

*help-buffer-options*
ヘルプバッファが作られた時、ヘルプ文章が意図したとおりに表示されるようにするた
めにいくつかのローカルのオプションが設定される:
Expand Down
9 changes: 5 additions & 4 deletions en/helphelp.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*helphelp.txt* For Vim version 9.1. Last change: 2025 Nov 09
*helphelp.txt* For Vim version 9.1. Last change: 2025 Dec 02


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -158,11 +158,12 @@ When no argument is given to |:help| the file given with the 'helpfile' option
will be opened. Otherwise the specified tag is searched for in all "doc/tags"
files in the directories specified in the 'runtimepath' option.

If you would like to open the help in the current window, see this tip:
|help-curwin|.

The initial height of the help window can be set with the 'helpheight' option
(default 20).

If you want to open help on {subject} in the current window, the helpcurwin
optional package can be used. See |package-helpcurwin|.

*help-buffer-options*
When the help buffer is created, several local options are set to make sure
the help text is displayed as it was intended:
Expand Down