diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2024-12-08 07:35:58 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-08 07:35:58 +0800 |
| commit | 4fcc5cd34a75df9a3088c83dc1a87aa6e37051e1 (patch) | |
| tree | 8cb2e83275826cb83d4ffcd45d062fa7c653cf6a /runtime/doc | |
| parent | 668d2569b4109e7e83c45578c506c1c64dbd5e87 (diff) | |
| parent | 96329910b011414758380e3c27e32c0ae7f43e1e (diff) | |
| download | rneovim-4fcc5cd34a75df9a3088c83dc1a87aa6e37051e1.tar.gz rneovim-4fcc5cd34a75df9a3088c83dc1a87aa6e37051e1.tar.bz2 rneovim-4fcc5cd34a75df9a3088c83dc1a87aa6e37051e1.zip | |
Merge pull request #31504 from zeertzjq/vim-9.1.0910
vim-patch:9.1.{0910,0911}: 'messagesopt' followup
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/options.txt | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 0db7b0f03c..5763d16cad 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4048,21 +4048,24 @@ A jump table for the options with a short description can be found at |Q_op|. *'messagesopt'* *'mopt'* 'messagesopt' 'mopt' string (default "hit-enter,history:500") global - Option settings when outputting messages. It can consist of the + Option settings for outputting messages. It can consist of the following items. Items must be separated by a comma. - hit-enter Use |hit-enter| prompt when the message is longer than + hit-enter Use a |hit-enter| prompt when the message is longer than 'cmdheight' size. - wait:{n} Ignored when "hit-enter" is present. Instead of using - |hit-enter| prompt, will simply wait for {n} - milliseconds so the user has a chance to read the - message, use 0 to disable sleep (but then the user may - miss an important message). + wait:{n} Instead of using a |hit-enter| prompt, simply wait for + {n} milliseconds so that the user has a chance to read + the message. The maximum value of {n} is 10000. Use + 0 to disable the wait (but then the user may miss an + important message). + This item is ignored when "hit-enter" is present, but + required when "hit-enter" is not present. history:{n} Determines how many entries are remembered in the |:messages| history. The maximum value is 10000. Setting it to zero clears the message history. + This item must always be present. *'mkspellmem'* *'msm'* 'mkspellmem' 'msm' string (default "460000,2000,500") |