Skip to content

Commit d08f635

Browse files
committed
Update by original
1 parent 864588a commit d08f635

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

doc/version9.jax

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Oct 26
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Nov 01
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -50,9 +50,9 @@ Vim version 9.0 は、リリース準備中の2022年2月に亡くなられた S
5050
Vim version 9.1 は、2023年8月3日に Vim のフルタイム開発に従事していたさなか他
5151
界した Bram Moolenaar に捧げられる。Vim プロジェクトは、30 年以上にわたって
5252
Vim とコミュニティをリードし、発展させてきた彼の情熱なくしては存在しなかっただ
53-
ろう。Bram はまた、ウガンダの子供たちを支援するための |ICCF| 財団にも情熱を注
54-
いでいた。もしあなたが Vim を楽しんで使っているのであれば、ぜひ寄付をご検討く
55-
ださい! 彼の指導、情熱、リーダーシップが失われることを寂しく思う。
53+
ろう。Bram はまた、ウガンダの子供たちを支援するための ICCF 財団にも情熱を注い
54+
でいた。もしあなたが Vim を楽しんで使っているのであれば、ぜひ寄付をご検討くだ
55+
さい! 彼の指導、情熱、リーダーシップが失われることを寂しく思う。
5656

5757
訃報記事: https://github.com/vim/vim/discussions/12742
5858
別れを惜しむ: https://github.com/vim/vim/discussions/12737
@@ -41770,6 +41770,11 @@ Ex コマンド: ~
4177041770
リガーする。
4177141771
- |more-prompt| で CTRL-B と CTRL-F をサポートする。
4177241772

41773+
41774+
Vim 関連ではないもの~
41775+
- スポンサーシップに関する文書を更新し、ICCF への言及を、Vim の指定慈善団体である
41776+
Kuwasha International Development Society (Kuwasha 国際開発協会) に置き換えた。
41777+
4177341778
*added-9.2*
4177441779
追加要素 ~
4177541780
--------
@@ -41893,6 +41898,7 @@ Vim 変数: ~
4189341898
|v:termda1| プライマリデバイス属性クエリ (DA1) に対して返されるエ
4189441899
スケープシーケンス。
4189541900
|v:termosc| 最後に受信した OSC レスポンス。
41901+
|v:vim_did_init| Vim が起動時の初期化処理を完了したら設定される。
4189641902
|v:wayland_display| Vim が接続されている Wayland ディスプレイの名前。
4189741903

4189841904
Vim 引数: ~

en/version9.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Oct 26
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Nov 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -52,7 +52,7 @@ remember him!
5252
Vim version 9.1 is dedicated to Bram Moolenaar, who passed away on August 3rd
5353
2023 while still working full-time on Vim. The Vim project would not exist
5454
without his ongoing passion to lead and develop Vim and the community for more
55-
than 30 years. Bram was also passionate about his |ICCF| foundation to help
55+
than 30 years. Bram was also passionate about his ICCF foundation to help
5656
children in Uganda. If you enjoy using Vim, please consider donating! We will
5757
miss his guidance, passion and leadership.
5858

@@ -41783,6 +41783,11 @@ Others: ~
4178341783
- Vim triggers the |TermResponseAll| autocommand for any terminal OSC value.
4178441784
- Support CTRL-B and CTRL-F in the |more-prompt|.
4178541785

41786+
41787+
Not Vim related~
41788+
- Updated sponsorship documentation to replace references to ICCF with Kuwasha
41789+
International Development Society as Vim's designated charity.
41790+
4178641791
*added-9.2*
4178741792
Added ~
4178841793
-----
@@ -41908,6 +41913,7 @@ Vim Variables: ~
4190841913
|v:termda1| The escape sequence returned for the primary device
4190941914
attribute query (DA1).
4191041915
|v:termosc| The most recent received OSC response.
41916+
|v:vim_did_init| Set once Vim finishes startup initialization.
4191141917
|v:wayland_display| The name of the Wayland display Vim is connected to.
4191241918

4191341919
Vim Arguments: ~

0 commit comments

Comments
 (0)