Skip to content

Commit d6da057

Browse files
authored
Merge pull request #2401 from h-east/update-version9
Update version9.{txt,jax}
2 parents 732a75e + d08f635 commit d6da057

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

doc/version9.jax

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Oct 14
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
@@ -41639,8 +41639,6 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
4163941639

4164041640
- |items()| 関数は Blob をサポートするようになった。
4164141641

41642-
- |clipboard-providers| のサポート。
41643-
4164441642
*changed-9.2*
4164541643
変更点~
4164641644
------
@@ -41772,6 +41770,11 @@ Ex コマンド: ~
4177241770
リガーする。
4177341771
- |more-prompt| で CTRL-B と CTRL-F をサポートする。
4177441772

41773+
41774+
Vim 関連ではないもの~
41775+
- スポンサーシップに関する文書を更新し、ICCF への言及を、Vim の指定慈善団体である
41776+
Kuwasha International Development Society (Kuwasha 国際開発協会) に置き換えた。
41777+
4177541778
*added-9.2*
4177641779
追加要素 ~
4177741780
--------
@@ -41888,14 +41891,14 @@ Ex コマンド: ~
4188841891

4188941892
Vim 変数: ~
4189041893
|v:clipmethod| カレントの 'clipmethod'.
41891-
|v:clipproviders| クリップボードプロバイダの情報を含む辞書。
4189241894
|v:stacktrace| 最後にキャッチされた例外。
4189341895
|v:t_enumvalue| |enumvalue| の値。
4189441896
|v:t_enum| |enum| 型の値。
4189541897
|v:t_tuple| |Tuple| 型の値。
4189641898
|v:termda1| プライマリデバイス属性クエリ (DA1) に対して返されるエ
4189741899
スケープシーケンス。
4189841900
|v:termosc| 最後に受信した OSC レスポンス。
41901+
|v:vim_did_init| Vim が起動時の初期化処理を完了したら設定される。
4189941902
|v:wayland_display| Vim が接続されている Wayland ディスプレイの名前。
4190041903

4190141904
Vim 引数: ~
@@ -41906,8 +41909,6 @@ Vim 引数: ~
4190641909
--with-wayland |wayland| 機能を有効にする。
4190741910
--enable-wayland-focus-steal |wayland-focus-steal| 機能を有効にする。
4190841911
--enable-socketserver |socketserver-clientserver| 機能を有効にする。
41909-
--enable-clipboard-provider |clipboard-providers| 機能を有効にする。
41910-
4191141912

4191241913
==============================================================================
4191341914
☆非互換な変更 *incompatible-9.2*

en/version9.txt

Lines changed: 8 additions & 8 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 14
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

@@ -41653,8 +41653,6 @@ Other new features ~
4165341653

4165441654
- |items()| function now supports Blob.
4165541655

41656-
- |clipboard-providers| support.
41657-
4165841656
*changed-9.2*
4165941657
Changed~
4166041658
-------
@@ -41785,6 +41783,11 @@ Others: ~
4178541783
- Vim triggers the |TermResponseAll| autocommand for any terminal OSC value.
4178641784
- Support CTRL-B and CTRL-F in the |more-prompt|.
4178741785

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+
4178841791
*added-9.2*
4178941792
Added ~
4179041793
-----
@@ -41903,15 +41906,14 @@ Options: ~
4190341906

4190441907
Vim Variables: ~
4190541908
|v:clipmethod| The current 'clipmethod'.
41906-
|v:clipproviders| A dictionary containing clipboard providers
41907-
information.
4190841909
|v:stacktrace| The most recent caught exception.
4190941910
|v:t_enumvalue| Value of |enumvalue|.
4191041911
|v:t_enum| Value of |enum| type.
4191141912
|v:t_tuple| Value of |Tuple| type.
4191241913
|v:termda1| The escape sequence returned for the primary device
4191341914
attribute query (DA1).
4191441915
|v:termosc| The most recent received OSC response.
41916+
|v:vim_did_init| Set once Vim finishes startup initialization.
4191541917
|v:wayland_display| The name of the Wayland display Vim is connected to.
4191641918

4191741919
Vim Arguments: ~
@@ -41923,8 +41925,6 @@ Configure Switches: ~
4192341925
--enable-wayland-focus-steal Enable the |wayland-focus-steal| feature.
4192441926
--enable-socketserver Enable the |socketserver-clientserver|
4192541927
feature.
41926-
--enable-clipboard-provider Enable the |clipboard-providers| feature.
41927-
4192841928

4192941929
==============================================================================
4193041930
INCOMPATIBLE CHANGES *incompatible-9.2*

0 commit comments

Comments
 (0)