Skip to content

Update intro.{txt,jax} #1486

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 3 commits into from
Apr 11, 2024
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
18 changes: 8 additions & 10 deletions doc/intro.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*intro.txt* For Vim バージョン 9.1. Last change: 2024 Jan 25
*intro.txt* For Vim バージョン 9.1. Last change: 2024 Apr 10


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

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

なるべくなら Vim を次のように起動してください: >

vim --clean -u reproduce.vim

ここで、reproduce.vim は問題を再現するスクリプトです。関連があるならば(もしか
したら MS-Windows 固有のバグかも?)、違うマシンでも試してみて下さい。

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

Vim のバージョンや設定情報を含めてくれると助かります。次のコマンドで情報を得る
Expand Down
10 changes: 5 additions & 5 deletions en/intro.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*intro.txt* For Vim version 9.1. Last change: 2024 Jan 25
*intro.txt* For Vim version 9.1. Last change: 2024 Apr 10


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

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

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