Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
15 changes: 10 additions & 5 deletions doc/options.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim バージョン 9.1. Last change: 2024 Nov 06
*options.txt* For Vim バージョン 9.1. Last change: 2024 Nov 14


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -4476,8 +4476,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
|defaults.vim| で 200 に設定される)
グローバル
":" によるコマンドと以前に使った検索パターンの履歴は保存されるわけだが、
このオプションはそれぞれの履歴に何個の項目が保存されるかを指定する
(|cmdline-editing| を参照)。
このオプションはそれぞれの履歴に何個の項目が保存されるかを指定する (記
憶するメッセージ数については、|cmdline-editing| および'msghistory' を
参照)。
最大値は10000。
NOTE: このオプションは 'compatible' がオンになるとViの既定値に設定され、
'compatible' がオフになるとVimの既定値に設定されるので注意。
Expand Down Expand Up @@ -5959,6 +5960,11 @@ Note 1番目の形式では、行全体がオプション指定に使われる
GUI版, Win32とUnixのxtermでのみ有効。ダブルクリックなどとして認識され
るクリックとクリックの間の時間を、ミリ秒単位で設定する。

*'msghistory'* *'mhi'*
'msghistory' 'mhi' 数値 (既定では 500)
グローバル
|:messages| 履歴に記憶される項目数を決定する。最大値は 10000 である。

*'mzquantum'* *'mzq'*
'mzquantum' 'mzq' 数値 (既定では 100)
グローバル
Expand Down Expand Up @@ -9466,8 +9472,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
き) はこのオプションは適用されない。

*'wildmenu'* *'wmnu'* *'nowildmenu'* *'nowmnu'*
'wildmenu' 'wmnu' 切替 (既定ではオフ、|defaults.vim| 内で
オンに設定される)
'wildmenu' 'wmnu' 切替 (既定ではオン)
グローバル
オンのとき、コマンドライン補完が拡張モードで行われる。オプション
'wildchar' で指定されたキー (普通 <Tab>) を打ち込むと補完を開始し、コ
Expand Down
13 changes: 10 additions & 3 deletions en/options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim version 9.1. Last change: 2024 Nov 06
*options.txt* For Vim version 9.1. Last change: 2024 Nov 14


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -4440,7 +4440,8 @@ A jump table for the options with a short description can be found at |Q_op|.
global
A history of ":" commands, and a history of previous search patterns
is remembered. This option decides how many entries may be stored in
each of these histories (see |cmdline-editing|).
each of these histories (see |cmdline-editing| and 'msghistory' for
the number of messages to remember).
The maximum value is 10000.
NOTE: This option is set to the Vi default value when 'compatible' is
set and to the Vim default value when 'compatible' is reset.
Expand Down Expand Up @@ -5917,6 +5918,12 @@ A jump table for the options with a short description can be found at |Q_op|.
time in msec between two mouse clicks for the second click to be
recognized as a multi click.

*'msghistory'* *'mhi'*
'msghistory' 'mhi' number (default 500)
global
Determines how many entries are remembered in the |:messages| history.
The maximum value is 10000.

*'mzquantum'* *'mzq'*
'mzquantum' 'mzq' number (default 100)
global
Expand Down Expand Up @@ -9430,7 +9437,7 @@ A jump table for the options with a short description can be found at |Q_op|.
happens when there are special characters.

*'wildmenu'* *'wmnu'* *'nowildmenu'* *'nowmnu'*
'wildmenu' 'wmnu' boolean (default off, set in |defaults.vim|)
'wildmenu' 'wmnu' boolean (default on)
global
When 'wildmenu' is on, command-line completion operates in an enhanced
mode. On pressing 'wildchar' (usually <Tab>) to invoke completion,
Expand Down