diff runtime/doc/message.txt @ 11262:214f228718cf

Update runtime files. commit https://github.com/vim/vim/commit/e0720cbf63eb3045be8d965e3182c0c392c7b5e9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 29 13:48:40 2017 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Wed, 29 Mar 2017 14:00:06 +0200
parents 883396809b45
children e8929ded6f43
line wrap: on
line diff
--- 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*