mirror of
https://github.com/neovim/neovim.git
synced 2025-11-03 17:24:29 +00:00
vim-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: vim/vim#16183
d9e9f89e0f
Co-authored-by: Shougo Matsushita <Shougo.Matsu@gmail.com>
This commit is contained in:
1
runtime/lua/vim/_meta/options.lua
generated
1
runtime/lua/vim/_meta/options.lua
generated
@@ -4095,6 +4095,7 @@ vim.go.mis = vim.go.menuitems
|
||||
--- 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.
|
||||
|
||||
Reference in New Issue
Block a user