summaryrefslogtreecommitdiffstats
path: root/runtime/doc/message.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-29 13:48:40 +0200
committerBram Moolenaar <Bram@vim.org>2017-03-29 13:48:40 +0200
commite0720cbf63eb3045be8d965e3182c0c392c7b5e9 (patch)
treece4f1a0aed267b076efb720e20938cc364c60c24 /runtime/doc/message.txt
parentb1e04fca3704e272a30afbe062498819eaacd4f9 (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r--runtime/doc/message.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt
index b2d057825b..5eeba0cf4a 100644
--- a/runtime/doc/message.txt
+++ b/runtime/doc/message.txt
@@ -1,4 +1,4 @@
-*message.txt* For Vim version 8.0. Last change: 2017 Jan 02
+*message.txt* For Vim version 8.0. Last change: 2017 Mar 25
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -768,6 +768,13 @@ Example: >
You tried to execute a command that is neither an Ex command nor
a user-defined command.
+ *E943* >
+ Command table needs to be updated, run 'make cmdidxs'
+
+This can only happen when changing the source code, when adding a command in
+src/ex_cmds.h. The lookup table then needs to be updated, by running: >
+ make cmdidxs
+
==============================================================================
3. Messages *messages*