Skip to content

Commit cdb66a5

Browse files
authored
Merge pull request #178 from uakms/catch-up-message
原文の変更に追随 (message)
2 parents 6f6457e + 64c424b commit cdb66a5

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

doc/message.jax

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*message.txt* For Vim バージョン 8.0. Last change: 2017 Jan 02
1+
*message.txt* For Vim バージョン 8.0. Last change: 2017 Mar 25
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -756,6 +756,13 @@ Vimが一時ファイルを読み込めなかった。特に Windows では、cm
756756
757757
Exコマンドでもユーザー定義コマンドでもないコマンドを実行しようとした。
758758

759+
*E943* >
760+
Command table needs to be updated, run 'make cmdidxs'
761+
762+
これはソースコードを変更して src/ex_cmds.h にコマンドを追加した時にのみ生じる。
763+
このルックアップテーブルは次を実行して更新する必要がある: >
764+
make cmdidxs
765+
759766
==============================================================================
760767
3. メッセージ *messages*
761768

en/message.txt

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -768,6 +768,13 @@ Example: >
768768
You tried to execute a command that is neither an Ex command nor
769769
a user-defined command.
770770

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+
771778
==============================================================================
772779
3. Messages *messages*
773780

0 commit comments

Comments
 (0)