-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1315 from vim-jp/hh-update-intro
Update intro.{txt,jax}
- Loading branch information
Showing
2 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*intro.txt* For Vim バージョン 9.0. Last change: 2022 Nov 20 | ||
*intro.txt* For Vim バージョン 9.0. Last change: 2023 Aug 15 | ||
|
||
|
||
VIMリファレンスマニュアル by Bram Moolenaar | ||
|
@@ -126,9 +126,10 @@ http://www.vim.org/maillist.php | |
文章は vim-dev メーリングリストにも転送されます。 | ||
3. バグレポートは Vim 開発陣 <[email protected]> に送ってください。 | ||
これはメーリングリストです。最初にメンバーになる必要があります。たくさんの | ||
人がそのメッセージを見ます。それが不都合な場合は (例えばセキュリティ関係)、 | ||
<[email protected]> に送ってください。そのメッセージは Vim のメンテナー (Bram) | ||
だけに送信されます。 | ||
人がそのメッセージを見ます。もしセキュリティ上の問題などの理由でそれを望ま | ||
ないのであれば、現在の Vim メンテナー https://github.com/orgs/vim/people | ||
(ただし、Bram や vim-dev ML は除く) の誰かに連絡してください。将来的には、 | ||
セキュリティの問題を扱うための適切なプロセスが設定されるでしょう。 | ||
|
||
メッセージは簡潔にお願いします。メールに回答する時間は、Vim を改良する時間から | ||
消費されています! 常に再現可能な例をつけてください。そして、バグを引き起こす設 | ||
|
@@ -180,9 +181,10 @@ Vim の strftime() 関数は strftime() システムコールを直接使いま | |
Y2K 問題を招くかもしれませんが、Vim 自身の問題ではありません。 | ||
|
||
============================================================================== | ||
3. クレジット *credits* *author* *Bram* *Moolenaar* | ||
3. クレジット *credits* *author* | ||
|
||
Vim の大部分は Bram Moolenaar<[email protected]> によって作成されました。 | ||
Vim の大部分は Bram Moolenaar <[email protected]> |Bram-Moolenaar| によって作成され | ||
ました。 | ||
|
||
ドキュメントの一部は以下の方々によって書かれた Vi のマニュアルによります: | ||
W.N. Joy | ||
|
@@ -214,9 +216,10 @@ Vim エディタは Stevie をベースにしており、下記の方々のソ | |
Eric Fischer Macへの移植、'cindent'、その他の改良 | ||
Benji Fisher たくさんのユーザーの質問に答えてくれた | ||
Bill Foster Athena GUIへの移植 (後で削除) | ||
Google 週に一日 Vim の仕事をさせてくれる | ||
Google Bram に週に一日 Vim の仕事をさせてくれる | ||
Loic Grenie xvim (マルチウィンドウバージョンのアイデア) | ||
Sven Guckes Vimのプロモーター、以前のWWWページ管理者 | ||
|Sven-Guckes| | ||
Darren Hiebert Exuberant ctags | ||
Jason Hildebrand GTK+ 2 への移植 | ||
Bruce Hunsaker VMSへの移植版の改良 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*intro.txt* For Vim version 9.0. Last change: 2022 Nov 20 | ||
*intro.txt* For Vim version 9.0. Last change: 2023 Aug 15 | ||
|
||
|
||
VIM REFERENCE MANUAL by Bram Moolenaar | ||
|
@@ -129,8 +129,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, send it to <[email protected]>, this only goes to the Vim maintainer | ||
(that's Bram). | ||
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. | ||
|
||
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 | ||
|
@@ -181,9 +182,9 @@ The user may create scripts for Vim that use external commands. These might | |
introduce Y2K problems, but those are not really part of Vim itself. | ||
|
||
============================================================================== | ||
3. Credits *credits* *author* *Bram* *Moolenaar* | ||
3. Credits *credits* *author* | ||
|
||
Most of Vim was created by Bram Moolenaar <[email protected]>. | ||
Most of Vim was created by Bram Moolenaar <[email protected]> |Bram-Moolenaar| | ||
|
||
Parts of the documentation come from several Vi manuals, written by: | ||
W.N. Joy | ||
|
@@ -214,9 +215,9 @@ Vim would never have become what it is now, without the help of these people! | |
Eric Fischer Mac port, 'cindent', and other improvements | ||
Benji Fisher Answering lots of user questions | ||
Bill Foster Athena GUI port (later removed) | ||
Google Lets me work on Vim one day a week | ||
Google Let Bram work on Vim one day a week | ||
Loic Grenie xvim (ideas for multi windows version) | ||
Sven Guckes Vim promoter and previous WWW page maintainer | ||
Sven Guckes Vim promoter and previous WWW page maintainer |Sven-Guckes| | ||
Darren Hiebert Exuberant ctags | ||
Jason Hildebrand GTK+ 2 port | ||
Bruce Hunsaker improvements for VMS port | ||
|