summaryrefslogtreecommitdiff
path: root/runtime/doc/message.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-30 16:01:37 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-30 16:01:37 +0200
commit6773b2ba7e716cfa89a71b8a3a1ed98ffb186646 (patch)
tree5e17c3091dc97ada4a49dcecc148edbad34b84f0 /runtime/doc/message.txt
parent644fdff7c1a80b3cf9a52f422df7f7ed2a084072 (diff)
downloadvim-git-6773b2ba7e716cfa89a71b8a3a1ed98ffb186646.tar.gz
A bit of cleanup and simplification for undofile.
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r--runtime/doc/message.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt
index 32689d81d..102681540 100644
--- a/runtime/doc/message.txt
+++ b/runtime/doc/message.txt
@@ -19,7 +19,7 @@ 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.
-The number of remembered messages is fixed at 20 for the tiny version and 100
+The number of remembered messages is fixed at 20 for the tiny version and 200
for other versions.
*g<*