Skip to content

Commit e1b70e9

Browse files
authored
Merge pull request #1486 from vim-jp/hh-update-intro
2 parents 7bfd753 + c711ca4 commit e1b70e9

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

doc/intro.jax

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*intro.txt* For Vim バージョン 9.1. Last change: 2024 Jan 25
1+
*intro.txt* For Vim バージョン 9.1. Last change: 2024 Apr 10
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -131,25 +131,23 @@ http://www.vim.org/maillist.php
131131
3. バグレポートは Vim 開発陣 <[email protected]> に送ってください。
132132
これはメーリングリストです。最初にメンバーになる必要があります。たくさんの
133133
人がそのメッセージを見ます。もしセキュリティ上の問題などの理由でそれを望ま
134-
ないのであれば、現在の Vim メンテナー https://github.com/orgs/vim/people
135-
(ただし、Bram や vim-dev ML は除く) の誰かに連絡してください。将来的には、
136-
セキュリティの問題を扱うための適切なプロセスが設定されるでしょう。
134+
ないのであれば、電子メールアドレス <vim-security@googlegroups.com> で現在の
135+
Vim メンテナーに連絡するか、Github でセキュリティアドバイザリを作成してくだ
136+
さい: https://github.com/vim/vim/security/advisories
137137

138138
メッセージは簡潔にお願いします。メールに回答する時間は、Vim を改良する時間から
139139
消費されています! 常に再現可能な例をつけてください。そして、バグを引き起こす設
140140
定やその他のものを探してください。
141141

142142
なるべくなら Vim を次のように起動してください: >
143-
144143
vim --clean -u reproduce.vim
145-
146144
ここで、reproduce.vim は問題を再現するスクリプトです。関連があるならば(もしか
147145
したら MS-Windows 固有のバグかも?)、違うマシンでも試してみて下さい。
148146

149-
可能ならばパッチを私に送って下さいhttps://github.com/vim/vim でプルリクエス
150-
トを作成すると、自動チェックが実行され、明らかな問題があれば報告されます。ただ
151-
し、パッチを電子メールで送信することもできます(空白文字の変更を避けるために添
152-
付ファイルを使用してください)。
147+
可能ならばパッチを送って下さいhttps://github.com/vim/vim でプルリクエストを
148+
作成すると、自動チェックが実行され、明らかな問題があれば報告されます。ただし、
149+
パッチを電子メールで送信することもできます(空白文字の変更を避けるために添付ファ
150+
イルを使用してください)。
153151
{訳注: 本家へのレポートは英語でお願いします}
154152

155153
Vim のバージョンや設定情報を含めてくれると助かります。次のコマンドで情報を得る

en/intro.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*intro.txt* For Vim version 9.1. Last change: 2024 Jan 25
1+
*intro.txt* For Vim version 9.1. Last change: 2024 Apr 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -132,9 +132,9 @@ There are three ways to report bugs:
132132
3. Send bug reports to: Vim Developers <[email protected]>
133133
This is a maillist, you need to become a member first and many people will
134134
see the message. If you don't want that, e.g. because it is a security
135-
issue, please contact any of the current Vim maintainers
136-
https://github.com/orgs/vim/people (but not Bram or the vim-dev ML).
137-
In the future, a proper process for handling security issues will be setup.
135+
issue, please contact the current Vim maintainers at the e-mail address
136+
<vim-security@googlegroups.com> or create a security advisary at Github:
137+
https://github.com/vim/vim/security/advisories
138138

139139
Please be brief; all the time that is spent on answering mail is subtracted
140140
from the time that is spent on improving Vim! Always give a reproducible
@@ -145,7 +145,7 @@ Preferably start Vim with: >
145145
Where reproduce.vim is a script that reproduces the problem. Try different
146146
machines, if relevant (is this an MS-Windows specific bug perhaps?).
147147

148-
Send me patches if you can! If you create a pull request on
148+
Send patches if you can! If you create a pull request on
149149
https://github.com/vim/vim then the automated checks will run and report any
150150
obvious problems. But you can also send the patch by email (use an attachment
151151
to avoid white space changes).

0 commit comments

Comments
 (0)