diff runtime/doc/message.txt @ 26536:08241cd6091b v8.2.3797

patch 8.2.3797: no good reason to limit the message history in tiny version Commit: https://github.com/vim/vim/commit/1e78deb0779bc403a914712f0842a65d2949dfdf Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 13 14:40:53 2021 +0000 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Dec 2021 15:45:03 +0100
parents 92c424550367
children 3a63b1e4a6f4
line wrap: on
line diff
--- 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.