comparison runtime/doc/message.txt @ 21991:bbca88cd13d5

Update runtime files. Commit: https://github.com/vim/vim/commit/207f009326c8f878defde0e594d7d9ed9860106e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 30 17:20:20 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 Aug 2020 17:30:06 +0200
parents d20ed2e5a776
children d4c7b3e9cd17
comparison
equal deleted inserted replaced
21990:8086857308b9 21991:bbca88cd13d5
1 *message.txt* For Vim version 8.2. Last change: 2020 Jan 01 1 *message.txt* For Vim version 8.2. Last change: 2020 Aug 20
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
17 17
18 The ":messages" command can be used to view previously given messages. This 18 The ":messages" command can be used to view previously given messages. This
19 is especially useful when messages have been overwritten or truncated. This 19 is especially useful when messages have been overwritten or truncated. This
20 depends on the 'shortmess' option. 20 depends on the 'shortmess' option.
21 21
22 :messages Show all messages. 22 :mes[sages] Show all messages.
23 23
24 :{count}messages Show the {count} most recent messages. 24 :{count}mes[sages] Show the {count} most recent messages.
25 25
26 :messages clear Clear all messages. 26 :mes[sages] clear Clear all messages.
27 27
28 :{count}messages clear Clear messages, keeping only the {count} most 28 :{count}mes[sages] clear
29 Clear messages, keeping only the {count} most
29 recent ones. 30 recent ones.
30 31
31 The number of remembered messages is fixed at 20 for the tiny version and 200 32 The number of remembered messages is fixed at 20 for the tiny version and 200
32 for other versions. 33 for other versions.
33 34