mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
patch 9.1.0864: message history is fixed to 200
Problem: message history is fixed to 200 Solution: Add the 'msghistory' option, increase the default value to 500 (Shougo Matsushita) closes: #16048 Co-authored-by: Milly <milly.ca@gmail.com> 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
de094dcd6f
commit
4bd9b2b246
@ -85,6 +85,7 @@ let test_values = {
|
||||
\ 'imstyle': [[0, 1], [-1, 2, 999]],
|
||||
\ 'lines': [[2, 24, 1000], [-1, 0, 1]],
|
||||
\ 'linespace': [[-1, 0, 2, 4, 999], ['']],
|
||||
\ 'msghistory': [[0, 1, 100, 10000], [-1, 10001]],
|
||||
\ 'numberwidth': [[1, 4, 8, 10, 11, 20], [-1, 0, 21]],
|
||||
\ 'regexpengine': [[0, 1, 2], [-1, 3, 999]],
|
||||
\ 'report': [[0, 1, 2, 9999], [-1]],
|
||||
|
Reference in New Issue
Block a user