Skip to content

原文の変更に追随 (message) #178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion doc/message.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*message.txt* For Vim バージョン 8.0. Last change: 2017 Jan 02
*message.txt* For Vim バージョン 8.0. Last change: 2017 Mar 25


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -756,6 +756,13 @@ Vimが一時ファイルを読み込めなかった。特に Windows では、cm

Exコマンドでもユーザー定義コマンドでもないコマンドを実行しようとした。

*E943* >
Command table needs to be updated, run 'make cmdidxs'

これはソースコードを変更して src/ex_cmds.h にコマンドを追加した時にのみ生じる。
このルックアップテーブルは次を実行して更新する必要がある: >
make cmdidxs

==============================================================================
3. メッセージ *messages*

Expand Down
9 changes: 8 additions & 1 deletion en/message.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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*

Expand Down