Skip to content

Commit 2443a33

Browse files
authored
Merge pull request #254 from mnishz/message_for_Vim_8.1
Update message from Vim 8.0 to 8.1
2 parents 9eca100 + f4fdb5a commit 2443a33

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

doc/message.jax

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*message.txt* For Vim バージョン 8.0. Last change: 2017 Mar 25
1+
*message.txt* For Vim バージョン 8.1. Last change: 2018 Feb 04
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -76,7 +76,7 @@ Note: 出力を表示中に "q" を押してそれ以降の出力表示をさせ
7676
LIST OF MESSAGES
7777
*E222* *E228* *E232* *E256* *E293* *E298* *E304* *E317*
7878
*E318* *E356* *E438* *E439* *E440* *E316* *E320* *E322*
79-
*E323* *E341* *E473* *E570* *E685* >
79+
*E323* *E341* *E473* *E570* *E685* *E950* >
8080
Add to read buffer
8181
makemap: Illegal mode
8282
Cannot create BalloonEval with both message and callback
@@ -97,6 +97,7 @@ LIST OF MESSAGES
9797
Internal error
9898
Internal error: {function}
9999
fatal error in cs_manage_matches
100+
Invalid count for del_bytes(): {N}
100101
101102
これは内部エラーである。これを再現できる場合はバグレポートを送ってください。
102103
|bugs|
@@ -457,12 +458,6 @@ GnomeサポートつきのGTK GUIでのみ表示される。Gnomeがオーディ
457458
Vim内部で何か不具合が起こり、NULLポインタが現れてしまった。もしこの問題を再現
458459
できるなら報告してください。|bugs|
459460

460-
*E172* >
461-
Only one file name allowed
462-
463-
":edit" コマンドは、1つのファイルしか受け付けない。複数のファイルを編集するた
464-
めに指定したいのなら ":next" を使う |:next|
465-
466461
*E41* *E82* *E83* *E342* >
467462
Out of memory!
468463
Out of memory! (allocating {number} bytes)
@@ -637,6 +632,9 @@ http://groups.yahoo.com/group/solarisonintel/message/12179.
637632
- 単に、次の日にファイルを再び書き直す。または時計を次の日にセットし、ファイル
638633
を2回書き込み、時計を戻す。
639634

635+
もし W11 が常に表示される場合、"Acronis Active Protection" を無効にするか、Vim
636+
を信頼できるサービス/アプリケーションとして登録する必要があるかもしれない。
637+
640638
*W12* >
641639
Warning: File "{filename}" has changed and the buffer was changed in Vim as well
642640

en/message.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*message.txt* For Vim version 8.0. Last change: 2017 Mar 25
1+
*message.txt* For Vim version 8.1. Last change: 2018 Feb 04
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -76,7 +76,7 @@ See `:messages` above.
7676
LIST OF MESSAGES
7777
*E222* *E228* *E232* *E256* *E293* *E298* *E304* *E317*
7878
*E318* *E356* *E438* *E439* *E440* *E316* *E320* *E322*
79-
*E323* *E341* *E473* *E570* *E685* >
79+
*E323* *E341* *E473* *E570* *E685* *E950* >
8080
Add to read buffer
8181
makemap: Illegal mode
8282
Cannot create BalloonEval with both message and callback
@@ -97,6 +97,7 @@ LIST OF MESSAGES
9797
Internal error
9898
Internal error: {function}
9999
fatal error in cs_manage_matches
100+
Invalid count for del_bytes(): {N}
100101
101102
This is an internal error. If you can reproduce it, please send in a bug
102103
report. |bugs|
@@ -463,12 +464,6 @@ changed. To avoid the message reset the 'warn' option.
463464
Something inside Vim went wrong and resulted in a NULL pointer. If you know
464465
how to reproduce this problem, please report it. |bugs|
465466

466-
*E172* >
467-
Only one file name allowed
468-
469-
The ":edit" command only accepts one file name. When you want to specify
470-
several files for editing use ":next" |:next|.
471-
472467
*E41* *E82* *E83* *E342* >
473468
Out of memory!
474469
Out of memory! (allocating {number} bytes)
@@ -645,6 +640,9 @@ starts. It can be fixed in one of these ways:
645640
- Just write the file again the next day. Or set your clock to the next day,
646641
write the file twice and set the clock back.
647642

643+
If you get W11 all the time, you may need to disable "Acronis Active
644+
Protection" or register Vim as a trusted service/application.
645+
648646
*W12* >
649647
Warning: File "{filename}" has changed and the buffer was changed in Vim as well
650648

0 commit comments

Comments
 (0)