patch 9.1.0910: 'messagesopt' does not check max wait time

Problem:  'messagesopt' does not check max wait time
          (after v9.1.0908)
Solution: Check for max wait value
          (Shougo Matsushita)

closes: #16183

Signed-off-by: Shougo Matsushita <Shougo.Matsu@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Shougo Matsushita
2024-12-07 16:00:25 +01:00
committed by Christian Brabandt
parent 72212c9bea
commit d9e9f89e0f
4 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,4 @@
*options.txt* For Vim version 9.1. Last change: 2024 Dec 06
*options.txt* For Vim version 9.1. Last change: 2024 Dec 07
VIM REFERENCE MANUAL by Bram Moolenaar
@ -5649,6 +5649,7 @@ A jump table for the options with a short description can be found at |Q_op|.
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).
The maximum value is 10000.
history:{n} Determines how many entries are remembered in the
|:messages| history. The maximum value is 10000.