comparison 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
comparison
equal deleted inserted replaced
11261:afa323d6b143 11262:214f228718cf
1 *message.txt* For Vim version 8.0. Last change: 2017 Jan 02 1 *message.txt* For Vim version 8.0. Last change: 2017 Mar 25
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
766 Not an editor command 766 Not an editor command
767 767
768 You tried to execute a command that is neither an Ex command nor 768 You tried to execute a command that is neither an Ex command nor
769 a user-defined command. 769 a user-defined command.
770 770
771 *E943* >
772 Command table needs to be updated, run 'make cmdidxs'
773
774 This can only happen when changing the source code, when adding a command in
775 src/ex_cmds.h. The lookup table then needs to be updated, by running: >
776 make cmdidxs
777
771 ============================================================================== 778 ==============================================================================
772 3. Messages *messages* 779 3. Messages *messages*
773 780
774 This is an (incomplete) overview of various messages that Vim gives: 781 This is an (incomplete) overview of various messages that Vim gives:
775 782