File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
- *message.txt* For Vim バージョン 8.0. Last change: 2017 Jan 02
1
+ *message.txt* For Vim バージョン 8.0. Last change: 2017 Mar 25
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -756,6 +756,13 @@ Vimが一時ファイルを読み込めなかった。特に Windows では、cm
756
756
757
757
Exコマンドでもユーザー定義コマンドでもないコマンドを実行しようとした。
758
758
759
+ *E943* >
760
+ Command table needs to be updated, run 'make cmdidxs'
761
+
762
+ これはソースコードを変更して src/ex_cmds.h にコマンドを追加した時にのみ生じる。
763
+ このルックアップテーブルは次を実行して更新する必要がある: >
764
+ make cmdidxs
765
+
759
766
==============================================================================
760
767
3. メッセージ *messages*
761
768
Original file line number Diff line number Diff line change 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
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -768,6 +768,13 @@ Example: >
768
768
You tried to execute a command that is neither an Ex command nor
769
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
779
3. Messages *messages*
773
780
You can’t perform that action at this time.
0 commit comments