summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-13 14:40:53 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-13 14:40:53 +0000
commit1e78deb0779bc403a914712f0842a65d2949dfdf (patch)
tree2e863626ef068d34cbe95a44e880c464ff631cd3 /runtime
parent851f86b951cdd67ad9cf3149e46169d1375c8d82 (diff)
downloadvim-git-1e78deb0779bc403a914712f0842a65d2949dfdf.tar.gz
patch 8.2.3797: no good reason to limit the message history in tiny versionv8.2.3797
Problem: No good reason to limit the message history in the tiny version. Solution: Always use 200.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/message.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt
index 5334ac00c..cbb320a5b 100644
--- a/runtime/doc/message.txt
+++ b/runtime/doc/message.txt
@@ -29,8 +29,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.