comparison 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
comparison
equal deleted inserted replaced
26535:ce0b2d5b39af 26536:08241cd6091b
27 27
28 :{count}mes[sages] clear 28 :{count}mes[sages] clear
29 Clear messages, keeping only the {count} most 29 Clear messages, keeping only the {count} most
30 recent ones. 30 recent ones.
31 31
32 The number of remembered messages is fixed at 20 for the tiny version and 200 32 The number of remembered messages is fixed at 200.
33 for other versions.
34 33
35 *g<* 34 *g<*
36 The "g<" command can be used to see the last page of previous command output. 35 The "g<" command can be used to see the last page of previous command output.
37 This is especially useful if you accidentally typed <Space> at the hit-enter 36 This is especially useful if you accidentally typed <Space> at the hit-enter
38 prompt. You are then back at the hit-enter prompt and can then scroll further 37 prompt. You are then back at the hit-enter prompt and can then scroll further