diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-11-15 08:04:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-15 08:04:49 +0800 |
commit | fa0dcde3d9f17f85baa9dd41aa751c123281ced3 (patch) | |
tree | ef8336f8d67f8dfb363cf9d755be7871ada567ca /runtime/doc/options.txt | |
parent | 05d354e2165c2c331a33949d49095eef3503a32f (diff) | |
download | rneovim-fa0dcde3d9f17f85baa9dd41aa751c123281ced3.tar.gz rneovim-fa0dcde3d9f17f85baa9dd41aa751c123281ced3.tar.bz2 rneovim-fa0dcde3d9f17f85baa9dd41aa751c123281ced3.zip |
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
https://github.com/vim/vim/commit/4bd9b2b2467e696061104a029000e9824c6c609e
Co-authored-by: Shougo Matsushita <Shougo.Matsu@gmail.com>
Co-authored-by: Milly <milly.ca@gmail.com>
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 3217f5c565..c972a05c4d 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3197,7 +3197,8 @@ A jump table for the options with a short description can be found at |Q_op|. global A history of ":" commands, and a history of previous search patterns is remembered. This option decides how many entries may be stored in - each of these histories (see |cmdline-editing|). + each of these histories (see |cmdline-editing| and 'msghistory' for + the number of messages to remember). The maximum value is 10000. *'hlsearch'* *'hls'* *'nohlsearch'* *'nohls'* @@ -4289,6 +4290,12 @@ A jump table for the options with a short description can be found at |Q_op|. Defines the maximum time in msec between two mouse clicks for the second click to be recognized as a multi click. + *'msghistory'* *'mhi'* +'msghistory' 'mhi' number (default 500) + global + Determines how many entries are remembered in the |:messages| history. + The maximum value is 10000. + *'nrformats'* *'nf'* 'nrformats' 'nf' string (default "bin,hex") local to buffer |