|
1 |
| -*options.txt* For Vim version 9.1. Last change: 2024 Dec 03 |
| 1 | +*options.txt* For Vim version 9.1. Last change: 2024 Dec 07 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -4439,7 +4439,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
4439 | 4439 | global
|
4440 | 4440 | A history of ":" commands, and a history of previous search patterns
|
4441 | 4441 | is remembered. This option decides how many entries may be stored in
|
4442 |
| - each of these histories (see |cmdline-editing| and 'msghistory' for |
| 4442 | + each of these histories (see |cmdline-editing| and 'messagesopt' for |
4443 | 4443 | the number of messages to remember).
|
4444 | 4444 | The maximum value is 10000.
|
4445 | 4445 | NOTE: This option is set to the Vi default value when 'compatible' is
|
@@ -5634,6 +5634,29 @@ A jump table for the options with a short description can be found at |Q_op|.
|
5634 | 5634 | generated from a list of items, e.g., the Buffers menu. Changing this
|
5635 | 5635 | option has no direct effect, the menu must be refreshed first.
|
5636 | 5636 |
|
| 5637 | + *'messagesopt'* *'mopt'* |
| 5638 | +'messagesopt' 'mopt' string (default "hit-enter,history:500") |
| 5639 | + global |
| 5640 | + |
| 5641 | + Option settings for outputting messages. It can consist of the |
| 5642 | + following items. Items must be separated by a comma. |
| 5643 | + |
| 5644 | + hit-enter Use a |hit-enter| prompt when the message is longer than |
| 5645 | + 'cmdheight' size. |
| 5646 | + |
| 5647 | + wait:{n} Instead of using a |hit-enter| prompt, simply wait for |
| 5648 | + {n} milliseconds so that the user has a chance to read |
| 5649 | + the message. The maximum value of {n} is 10000. Use |
| 5650 | + 0 to disable the wait (but then the user may miss an |
| 5651 | + important message). |
| 5652 | + This item is ignored when "hit-enter" is present, but |
| 5653 | + required when "hit-enter" is not present. |
| 5654 | + |
| 5655 | + history:{n} Determines how many entries are remembered in the |
| 5656 | + |:messages| history. The maximum value is 10000. |
| 5657 | + Setting it to zero clears the message history. |
| 5658 | + This item must always be present. |
| 5659 | + |
5637 | 5660 | *'mkspellmem'* *'msm'*
|
5638 | 5661 | 'mkspellmem' 'msm' string (default "460000,2000,500")
|
5639 | 5662 | global
|
@@ -5917,13 +5940,6 @@ A jump table for the options with a short description can be found at |Q_op|.
|
5917 | 5940 | time in msec between two mouse clicks for the second click to be
|
5918 | 5941 | recognized as a multi click.
|
5919 | 5942 |
|
5920 |
| - *'msghistory'* *'mhi'* |
5921 |
| -'msghistory' 'mhi' number (default 500) |
5922 |
| - global |
5923 |
| - Determines how many entries are remembered in the |:messages| history. |
5924 |
| - The maximum value is 10000. |
5925 |
| - Setting it to zero clears the message history. |
5926 |
| - |
5927 | 5943 |
|
5928 | 5944 | *'mzquantum'* *'mzq'*
|
5929 | 5945 | 'mzquantum' 'mzq' number (default 100)
|
|
0 commit comments