summaryrefslogtreecommitdiff
path: root/runtime/doc/message.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-30 17:20:20 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-30 17:20:20 +0200
commit207f009326c8f878defde0e594d7d9ed9860106e (patch)
treeef2dbeb3f5069321b3a5e80183034e6c16c043d4 /runtime/doc/message.txt
parent0b39c3fd4c5d1c8ebd2efa85fced7df5e17efd3b (diff)
downloadvim-git-207f009326c8f878defde0e594d7d9ed9860106e.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r--runtime/doc/message.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt
index b49c6535d..5024b3e1e 100644
--- a/runtime/doc/message.txt
+++ b/runtime/doc/message.txt
@@ -1,4 +1,4 @@
-*message.txt* For Vim version 8.2. Last change: 2020 Jan 01
+*message.txt* For Vim version 8.2. Last change: 2020 Aug 20
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -19,13 +19,14 @@ The ":messages" command can be used to view previously given messages. This
is especially useful when messages have been overwritten or truncated. This
depends on the 'shortmess' option.
- :messages Show all messages.
+ :mes[sages] Show all messages.
- :{count}messages Show the {count} most recent messages.
+ :{count}mes[sages] Show the {count} most recent messages.
- :messages clear Clear all messages.
+ :mes[sages] clear Clear all messages.
- :{count}messages clear Clear messages, keeping only the {count} most
+ :{count}mes[sages] clear
+ Clear messages, keeping only the {count} most
recent ones.
The number of remembered messages is fixed at 20 for the tiny version and 200