diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-02-04 09:23:54 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-02-04 09:23:54 +0800 |
commit | 6775a7d98f580b2024fde962dbda984eb5d583fe (patch) | |
tree | 292f5c6bedb286e06f212152a78d196527a09d15 | |
parent | 7c3064d46e9e525a3632e7622e192cb5402b05df (diff) | |
download | rneovim-6775a7d98f580b2024fde962dbda984eb5d583fe.tar.gz rneovim-6775a7d98f580b2024fde962dbda984eb5d583fe.tar.bz2 rneovim-6775a7d98f580b2024fde962dbda984eb5d583fe.zip |
vim-patch:8.2.3797: no good reason to limit the message history in tiny version
Problem: No good reason to limit the message history in the tiny version.
Solution: Always use 200.
https://github.com/vim/vim/commit/1e78deb0779bc403a914712f0842a65d2949dfdf
-rw-r--r-- | runtime/doc/message.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt index 950028d9cc..fa1bc6f7da 100644 --- a/runtime/doc/message.txt +++ b/runtime/doc/message.txt @@ -27,8 +27,7 @@ depends on the 'shortmess' option. Clear messages, keeping only the {count} most recent ones. -The number of remembered messages is fixed at 20 for the tiny version and 200 -for other versions. +The number of remembered messages is fixed at 200. *g<* The "g<" command can be used to see the last page of previous command output. |