|
1 | | -*options.txt* For Vim version 9.1. Last change: 2024 Nov 06 |
| 1 | +*options.txt* For Vim version 9.1. Last change: 2024 Nov 14 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | 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|. |
4440 | 4440 | global |
4441 | 4441 | A history of ":" commands, and a history of previous search patterns |
4442 | 4442 | is remembered. This option decides how many entries may be stored in |
4443 | | - each of these histories (see |cmdline-editing|). |
| 4443 | + each of these histories (see |cmdline-editing| and 'msghistory' for |
| 4444 | + the number of messages to remember). |
4444 | 4445 | The maximum value is 10000. |
4445 | 4446 | NOTE: This option is set to the Vi default value when 'compatible' is |
4446 | 4447 | 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|. |
5917 | 5918 | time in msec between two mouse clicks for the second click to be |
5918 | 5919 | recognized as a multi click. |
5919 | 5920 |
|
| 5921 | + *'msghistory'* *'mhi'* |
| 5922 | +'msghistory' 'mhi' number (default 500) |
| 5923 | + global |
| 5924 | + Determines how many entries are remembered in the |:messages| history. |
| 5925 | + The maximum value is 10000. |
| 5926 | + |
5920 | 5927 | *'mzquantum'* *'mzq'* |
5921 | 5928 | 'mzquantum' 'mzq' number (default 100) |
5922 | 5929 | global |
@@ -9430,7 +9437,7 @@ A jump table for the options with a short description can be found at |Q_op|. |
9430 | 9437 | happens when there are special characters. |
9431 | 9438 |
|
9432 | 9439 | *'wildmenu'* *'wmnu'* *'nowildmenu'* *'nowmnu'* |
9433 | | -'wildmenu' 'wmnu' boolean (default off, set in |defaults.vim|) |
| 9440 | +'wildmenu' 'wmnu' boolean (default on) |
9434 | 9441 | global |
9435 | 9442 | When 'wildmenu' is on, command-line completion operates in an enhanced |
9436 | 9443 | mode. On pressing 'wildchar' (usually <Tab>) to invoke completion, |
|
0 commit comments