mirror of
https://github.com/neovim/neovim.git
synced 2026-05-01 03:24:49 +00:00
vim-patch:9.1.0883: message history cleanup is missing some tests (#31331)
Problem: message history cleanup is missing some tests
Solution: Add tests, refactor common code into did_set_msghistory()
(Shougo Matsushita)
closes: vim/vim#16078
9f860a14c3
Co-authored-by: Shougo Matsushita <Shougo.Matsu@gmail.com>
Co-authored-by: Milly <milly.ca@gmail.com>
This commit is contained in:
1
runtime/lua/vim/_meta/options.lua
generated
1
runtime/lua/vim/_meta/options.lua
generated
@@ -4381,6 +4381,7 @@ vim.go.mouset = vim.go.mousetime
|
||||
|
||||
--- Determines how many entries are remembered in the `:messages` history.
|
||||
--- The maximum value is 10000.
|
||||
--- Setting it to zero clears the message history.
|
||||
---
|
||||
--- @type integer
|
||||
vim.o.msghistory = 500
|
||||
|
||||
Reference in New Issue
Block a user