]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0910: 'messagesopt' does not check max wait time v9.1.0910
authorShougo Matsushita <Shougo.Matsu@gmail.com>
Sat, 7 Dec 2024 15:00:25 +0000 (16:00 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 7 Dec 2024 15:00:25 +0000 (16:00 +0100)
commitd9e9f89e0ffd6e7ce5e2a7f8f1ace5471e37c210
tree13555f8545fbbacca0a59ba056f40de42c8614e4
parent72212c9bea77f14f1e6be703de3c10d70eb2984c
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>
runtime/doc/options.txt
src/message.c
src/testdir/gen_opt_test.vim
src/version.c