summaryrefslogtreecommitdiffstats
path: root/runtime/doc/message.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-01-02 21:27:47 +0100
committerBram Moolenaar <Bram@vim.org>2017-01-02 21:27:47 +0100
commitbc2eada5424bff06f7eb77c032ecc067da52b846 (patch)
tree13e0f8ddf22eca74068bc5b8f31f91386bd7f8f9 /runtime/doc/message.txt
parent269aec7e615b7710139a69a4c715dfe534aa3a1a (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r--runtime/doc/message.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt
index 83e2198372..b2d057825b 100644
--- a/runtime/doc/message.txt
+++ b/runtime/doc/message.txt
@@ -1,4 +1,4 @@
-*message.txt* For Vim version 8.0. Last change: 2016 Sep 01
+*message.txt* For Vim version 8.0. Last change: 2017 Jan 02
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -129,8 +129,9 @@ closed properly. Mostly harmless.
Command too recursive
This happens when an Ex command executes an Ex command that executes an Ex
-command, etc. This is only allowed 200 times. When it's more there probably
-is an endless loop. Probably a |:execute| or |:source| command is involved.
+command, etc. The limit is 200 or the value of 'maxfuncdepth', whatever is
+larger. When it's more there probably is an endless loop. Probably a
+|:execute| or |:source| command is involved.
*E254* >
Cannot allocate color {name}