Skip to content
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
19 changes: 10 additions & 9 deletions doc/version9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Oct 14
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Nov 01


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

訃報記事: https://github.com/vim/vim/discussions/12742
別れを惜しむ: https://github.com/vim/vim/discussions/12737
Expand Down Expand Up @@ -41639,8 +41639,6 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。

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

- |clipboard-providers| のサポート。

*changed-9.2*
変更点~
------
Expand Down Expand Up @@ -41772,6 +41770,11 @@ Ex コマンド: ~
リガーする。
- |more-prompt| で CTRL-B と CTRL-F をサポートする。


Vim 関連ではないもの~
- スポンサーシップに関する文書を更新し、ICCF への言及を、Vim の指定慈善団体である
Kuwasha International Development Society (Kuwasha 国際開発協会) に置き換えた。

*added-9.2*
追加要素 ~
--------
Expand Down Expand Up @@ -41888,14 +41891,14 @@ Ex コマンド: ~

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

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


==============================================================================
☆非互換な変更 *incompatible-9.2*
Expand Down
16 changes: 8 additions & 8 deletions en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.1. Last change: 2025 Oct 14
*version9.txt* For Vim version 9.1. Last change: 2025 Nov 01


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

Expand Down Expand Up @@ -41653,8 +41653,6 @@ Other new features ~

- |items()| function now supports Blob.

- |clipboard-providers| support.

*changed-9.2*
Changed~
-------
Expand Down Expand Up @@ -41785,6 +41783,11 @@ Others: ~
- Vim triggers the |TermResponseAll| autocommand for any terminal OSC value.
- Support CTRL-B and CTRL-F in the |more-prompt|.


Not Vim related~
- Updated sponsorship documentation to replace references to ICCF with Kuwasha
International Development Society as Vim's designated charity.

*added-9.2*
Added ~
-----
Expand Down Expand Up @@ -41903,15 +41906,14 @@ Options: ~

Vim Variables: ~
|v:clipmethod| The current 'clipmethod'.
|v:clipproviders| A dictionary containing clipboard providers
information.
|v:stacktrace| The most recent caught exception.
|v:t_enumvalue| Value of |enumvalue|.
|v:t_enum| Value of |enum| type.
|v:t_tuple| Value of |Tuple| type.
|v:termda1| The escape sequence returned for the primary device
attribute query (DA1).
|v:termosc| The most recent received OSC response.
|v:vim_did_init| Set once Vim finishes startup initialization.
|v:wayland_display| The name of the Wayland display Vim is connected to.

Vim Arguments: ~
Expand All @@ -41923,8 +41925,6 @@ Configure Switches: ~
--enable-wayland-focus-steal Enable the |wayland-focus-steal| feature.
--enable-socketserver Enable the |socketserver-clientserver|
feature.
--enable-clipboard-provider Enable the |clipboard-providers| feature.


==============================================================================
INCOMPATIBLE CHANGES *incompatible-9.2*
Expand Down