mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
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:
committed by
Christian Brabandt
parent
72212c9bea
commit
d9e9f89e0f
@ -236,7 +236,8 @@ let test_values = {
|
||||
\ 'history:100,wait:100', 'history:0,wait:0',
|
||||
\ 'hit-enter,history:1,wait:1'],
|
||||
\ ['xxx', 'history:500', 'hit-enter,history:-1',
|
||||
\ 'hit-enter,history:10001', 'hit-enter']],
|
||||
\ 'hit-enter,history:10001', 'history:0,wait:10001',
|
||||
\ 'hit-enter']],
|
||||
\ 'mkspellmem': [['10000,100,12'], ['', 'xxx', '10000,100']],
|
||||
\ 'mouse': [['', 'n', 'v', 'i', 'c', 'h', 'a', 'r', 'nvi'],
|
||||
\ ['xxx', 'n,v,i']],
|
||||
|
Reference in New Issue
Block a user