aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/message.txt
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-12-01 13:32:12 -0500
committerGitHub <noreply@github.com>2016-12-01 13:32:12 -0500
commit77dceaaeb71a78f3db91bed4264e6b2f63cbfde2 (patch)
tree3c951aa27d7af0e5fc963322b3fa7ccd37a45b56 /runtime/doc/message.txt
parent6c1d81aef2acee88f61eef5303468063e2c51d9b (diff)
parent909b7d9dea6127632905da3758de3c93fa58896c (diff)
downloadrneovim-77dceaaeb71a78f3db91bed4264e6b2f63cbfde2.tar.gz
rneovim-77dceaaeb71a78f3db91bed4264e6b2f63cbfde2.tar.bz2
rneovim-77dceaaeb71a78f3db91bed4264e6b2f63cbfde2.zip
Merge pull request #5675 from brcolow/vim-7.4.1738
vim-patch:7.4.17[35,38,39]
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r--runtime/doc/message.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt
index d3eeecaf7c..fd66a5dafb 100644
--- a/runtime/doc/message.txt
+++ b/runtime/doc/message.txt
@@ -19,6 +19,15 @@ 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.
+
+ :{count}messages Show the {count} most recent messages.
+
+ :messages clear Clear all messages.
+
+ :{count}messages 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
for other versions.
@@ -58,9 +67,9 @@ If you are lazy, it also works without the shift key: >
When an error message is displayed, but it is removed before you could read
it, you can see it again with: >
:echo errmsg
-or view a list of recent messages with: >
+Or view a list of recent messages with: >
:messages
-
+See `:messages` above.
LIST OF MESSAGES
*E222* *E228* *E232* *E256* *E293* *E298* *E304* *E317*