diff --git a/doc/options.jax b/doc/options.jax index 977a57206..c288009c6 100644 --- a/doc/options.jax +++ b/doc/options.jax @@ -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 @@ -4476,8 +4476,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる |defaults.vim| で 200 に設定される) グローバル ":" によるコマンドと以前に使った検索パターンの履歴は保存されるわけだが、 - このオプションはそれぞれの履歴に何個の項目が保存されるかを指定する - (|cmdline-editing| を参照)。 + このオプションはそれぞれの履歴に何個の項目が保存されるかを指定する (記 + 憶するメッセージ数については、|cmdline-editing| および 'msghistory' を + 参照)。 最大値は10000。 NOTE: このオプションは 'compatible' がオンになるとViの既定値に設定され、 'compatible' がオフになるとVimの既定値に設定されるので注意。 @@ -5959,6 +5960,11 @@ Note 1番目の形式では、行全体がオプション指定に使われる GUI版, Win32とUnixのxtermでのみ有効。ダブルクリックなどとして認識され るクリックとクリックの間の時間を、ミリ秒単位で設定する。 + *'msghistory'* *'mhi'* +'msghistory' 'mhi' 数値 (既定では 500) + グローバル + |:messages| 履歴に記憶される項目数を決定する。最大値は 10000 である。 + *'mzquantum'* *'mzq'* 'mzquantum' 'mzq' 数値 (既定では 100) グローバル @@ -9466,8 +9472,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる き) はこのオプションは適用されない。 *'wildmenu'* *'wmnu'* *'nowildmenu'* *'nowmnu'* -'wildmenu' 'wmnu' 切替 (既定ではオフ、|defaults.vim| 内で - オンに設定される) +'wildmenu' 'wmnu' 切替 (既定ではオン) グローバル オンのとき、コマンドライン補完が拡張モードで行われる。オプション 'wildchar' で指定されたキー (普通 ) を打ち込むと補完を開始し、コ diff --git a/en/options.txt b/en/options.txt index f9189e59a..1aa5cccf7 100644 --- a/en/options.txt +++ b/en/options.txt @@ -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 @@ -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. @@ -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 @@ -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 ) to invoke completion,