|
1 |
| -*options.txt* For Vim version 9.1. Last change: 2024 Dec 06 |
| 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
|
@@ -5638,21 +5638,24 @@ A jump table for the options with a short description can be found at |Q_op|.
|
5638 | 5638 | 'messagesopt' 'mopt' string (default "hit-enter,history:500")
|
5639 | 5639 | global
|
5640 | 5640 |
|
5641 |
| - Option settings when outputting messages. It can consist of the |
| 5641 | + Option settings for outputting messages. It can consist of the |
5642 | 5642 | following items. Items must be separated by a comma.
|
5643 | 5643 |
|
5644 |
| - hit-enter Use |hit-enter| prompt when the message is longer than |
| 5644 | + hit-enter Use a |hit-enter| prompt when the message is longer than |
5645 | 5645 | 'cmdheight' size.
|
5646 | 5646 |
|
5647 |
| - wait:{n} Ignored when "hit-enter" is present. Instead of using |
5648 |
| - |hit-enter| prompt, will simply wait for {n} |
5649 |
| - milliseconds so the user has a chance to read the |
5650 |
| - message, use 0 to disable sleep (but then the user may |
5651 |
| - miss an important message). |
| 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. |
5652 | 5654 |
|
5653 | 5655 | history:{n} Determines how many entries are remembered in the
|
5654 | 5656 | |:messages| history. The maximum value is 10000.
|
5655 | 5657 | Setting it to zero clears the message history.
|
| 5658 | + This item must always be present. |
5656 | 5659 |
|
5657 | 5660 | *'mkspellmem'* *'msm'*
|
5658 | 5661 | 'mkspellmem' 'msm' string (default "460000,2000,500")
|
|
0 commit comments