mirror of
https://github.com/neovim/neovim.git
synced 2025-12-22 06:15:44 +00:00
vim-patch:9.1.0864: message history is fixed to 200 (#31215)
Problem: message history is fixed to 200
Solution: Add the 'msghistory' option, increase the default
value to 500 (Shougo Matsushita)
closes: vim/vim#16048
4bd9b2b246
Co-authored-by: Shougo Matsushita <Shougo.Matsu@gmail.com>
Co-authored-by: Milly <milly.ca@gmail.com>
This commit is contained in:
@@ -536,6 +536,7 @@ EXTERN OptInt p_mousescroll_vert INIT( = MOUSESCROLL_VERT_DFLT);
|
||||
EXTERN OptInt p_mousescroll_hor INIT( = MOUSESCROLL_HOR_DFLT);
|
||||
EXTERN OptInt p_mouset; ///< 'mousetime'
|
||||
EXTERN int p_more; ///< 'more'
|
||||
EXTERN OptInt p_mhi; ///< 'msghistory'
|
||||
EXTERN char *p_nf; ///< 'nrformats'
|
||||
EXTERN char *p_opfunc; ///< 'operatorfunc'
|
||||
EXTERN char *p_para; ///< 'paragraphs'
|
||||
|
||||
Reference in New Issue
Block a user