Skip to content

Commit 28299e6

Browse files
authored
Merge pull request #1441 from vim-jp/hh-update-version9
Update version9.{txt,jax}
2 parents 5001480 + ae70145 commit 28299e6

File tree

2 files changed

+163
-11
lines changed

2 files changed

+163
-11
lines changed

doc/version9.jax

+85-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Jan 05
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Feb 21
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -58,7 +58,7 @@ Vim とコミュニティをリードし、発展させてきた彼の情熱な
5858
別れを惜しむ: https://github.com/vim/vim/discussions/12737
5959

6060
==============================================================================
61-
新機能 *new-9*
61+
新機能 *new-9*
6262

6363
初めに、より興味深い新機能の概要を示します。包括的な一覧は下にあります。
6464

@@ -251,7 +251,7 @@ Ex コマンド修飾子: ~
251251
ここにリストするには多すぎます。
252252

253253
==============================================================================
254-
非互換な変更 *incompatible-9*
254+
非互換な変更 *incompatible-9*
255255

256256
ここにある唯一の変更は以前のリリースとは互換性がありません:
257257

@@ -261,7 +261,7 @@ Note |Vim9| script を使用する時にはいくつかの動作が違います
261261
|vim9-differences| を参照してください。
262262

263263
==============================================================================
264-
改善点 *improvements-9*
264+
改善点 *improvements-9*
265265

266266
Vim 8.2 から多数の小さくて便利な改善がなされました、ここに概要を示します。
267267

@@ -479,8 +479,7 @@ Vim の機能を検証する多数のテストが追加された。多くの旧
479479
多数の Coverity の静的解析のワーニングを修正。
480480

481481
==============================================================================
482-
483-
コンパイル時の変更 *compile-changes-9*
482+
☆コンパイル時の変更 *compile-changes-9*
484483

485484
以下の機能は全ビルドで現在有効になります:
486485
|+cindent|
@@ -510,8 +509,8 @@ Python 3.10, Lua 5.4.4, Perl 5.34, Ruby 3.1.0 と合せた Vim のビルドが
510509
されます。
511510

512511
==============================================================================
513-
パッチ *patches-9* *bug-fixes-9*
514-
*patches-after-8.2*
512+
パッチ *patches-9* *bug-fixes-9*
513+
*patches-after-8.2*
515514

516515
8.2.0 以降に取り込まれたパッチのリストです。これはすべての新機能を含んでいます
517516
が、ランタイムファイルの変更 (シンタックス、インデント、ヘルプなど) は含んでい
@@ -31864,8 +31863,8 @@ OpenVMS x86_64 プラットフォームへの移植: http://www.polarhome.com/vi
3186431863
'splitkeep' ウィンドウ分割時ののスクロール動作を決定する
3186531864

3186631865
==============================================================================
31867-
PATCHES *patches-9.1* *bug-fixes-9.1*
31868-
*patches-after-9.0*
31866+
☆パッチ *patches-9.1* *bug-fixes-9.1*
31867+
*patches-after-9.0*
3186931868

3187031869
9.0.0 以降に取り込まれたパッチのリストです。これはすべての新機能を含んでいます
3187131870
が、ランタイムファイルの変更 (シンタックス、インデント、ファイルタイププラグイ
@@ -41528,4 +41527,80 @@ Patch 9.0.2190
4152841527
Problem: proto files need update
4152941528
Solution: re-generate them
4153041529

41530+
==============================================================================
41531+
VERSION 9.2 *version-9.2* *version9.2* *vim-9.2*
41532+
41533+
このセクションでは、バージョン 9.1 と 9.2 の間の改善点について説明しており、現
41534+
在進行中です。
41535+
41536+
Wayland UI のサポート
41537+
41538+
その他の改良点 *new-other-9.2*
41539+
--------------
41540+
41541+
変更点 *changed-9.2*
41542+
------
41543+
41544+
追加要素 *added-9.2*
41545+
--------
41546+
41547+
様々なシンタックス、インデント、その他のプラグインが追加されました。
41548+
41549+
関数: ~
41550+
41551+
|diff()| 2 つの文字列のリストの差分
41552+
|foreach()| リストの項目に関数を適用
41553+
|matchbufline()| バッファ内のすべてのパターンのマッチ
41554+
|matchstrlist()| 文字列のリスト内のすべてのパターンのマッチ
41555+
|getregion()| バッファからテキストの領域を取得
41556+
41557+
41558+
自動コマンド: ~
41559+
41560+
|TermResponseAll| 't_RV' 等に対する端末応答を受信した後
41561+
|WinNewPre| 新しいウィンドウを作成する前
41562+
41563+
41564+
コマンド: ~
41565+
41566+
41567+
オプション: ~
41568+
41569+
==============================================================================
41570+
☆非互換な変更 *incompatible-9.2*
41571+
41572+
改良された/異なる MS-Windows マッピングのサポート
41573+
|w32-experimental-keycode-trans-strategy|
41574+
41575+
==============================================================================
41576+
☆改善点 *improvements-9.2*
41577+
41578+
'keymap' オプション値のコマンドライン補完のサポート。
41579+
41580+
|:defcompile| を使用した Vim9 クラスのすべてのメソッドのコンパイルのサポート。
41581+
41582+
|t_CF| 端末コードを使用した代替フォントのハイライトのサポート。
41583+
41584+
<D-Key> を使用した GTK でのスーパーキーマッピングのサポート。
41585+
41586+
ビジュアルモード選択時のハイライトの改善。
41587+
41588+
OpenVMS での Python3 のサポート。
41589+
41590+
==============================================================================
41591+
☆コンパイル時の変更 *compile-changes-9.2*
41592+
41593+
Ruby 3.3 でのビルドのサポート。
41594+
41595+
z/OS (MVS) での Vim 9 のビルドのサポート。
41596+
41597+
==============================================================================
41598+
☆パッチ *patches-9.2* *bug-fixes-9.2*
41599+
*patches-after-9.1*
41600+
41601+
9.1.0 以降に含まれるパッチのリスト。これにはすべての新機能が含まれますが、ラン
41602+
タイムファイルの変更 (構文、インデント、ftplugin、ドキュメント等) は含まれませ
41603+
ん。
41604+
41605+
4153141606
vim:tw=78:ts=8:noet:ft=help:norl:fdm=manual:

en/version9.txt

+78-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2024 Jan 05
1+
*version9.txt* For Vim version 9.1. Last change: 2024 Feb 21
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41535,4 +41535,81 @@ Patch 9.0.2190
4153541535
Problem: proto files need update
4153641536
Solution: re-generate them
4153741537

41538+
==============================================================================
41539+
VERSION 9.2 *version-9.2* *version9.2* *vim-9.2*
41540+
41541+
This section is about improvements made between version 9.1 and 9.2
41542+
and is a work in progress.
41543+
41544+
Support for Wayland UI.
41545+
41546+
Other improvements *new-other-9.2*
41547+
------------------
41548+
41549+
Changed *changed-9.2*
41550+
-------
41551+
41552+
Added *added-9.2*
41553+
-----
41554+
41555+
Various syntax, indent and other plugins were added.
41556+
41557+
Functions: ~
41558+
41559+
|diff()| diff two Lists of strings
41560+
|foreach()| apply function to List items
41561+
|matchbufline()| all the matches of a pattern in a buffer
41562+
|matchstrlist()| all the matches of a pattern in a List of strings
41563+
|getregion()| get a region of text from a buffer
41564+
41565+
41566+
Autocommands: ~
41567+
41568+
|TermResponseAll| after the terminal response to |t_RV| and others is
41569+
received
41570+
|WinNewPre| before creating a new window
41571+
41572+
41573+
Commands: ~
41574+
41575+
41576+
Options: ~
41577+
41578+
==============================================================================
41579+
INCOMPATIBLE CHANGES *incompatible-9.2*
41580+
41581+
Improved/Different MS-Windows mapping support
41582+
|w32-experimental-keycode-trans-strategy|
41583+
41584+
==============================================================================
41585+
IMPROVEMENTS *improvements-9.2*
41586+
41587+
Support for command-line completion of 'keymap' option values.
41588+
41589+
Support for compiling all the methods in a Vim9 class using |:defcompile|.
41590+
41591+
Support for alternate font highlighting using |t_CF| terminal code.
41592+
41593+
Support for Super key mappings in GTK using <D-Key>.
41594+
41595+
Improved visual highlighting.
41596+
41597+
Python3 support in OpenVMS.
41598+
41599+
==============================================================================
41600+
COMPILE TIME CHANGES *compile-changes-9.2*
41601+
41602+
Support for building with Ruby 3.3.
41603+
41604+
Support for building Vim 9 in z/OS (MVS).
41605+
41606+
==============================================================================
41607+
PATCHES *patches-9.2* *bug-fixes-9.2*
41608+
*patches-after-9.1*
41609+
41610+
The list of patches that got included since 9.1.0. This includes all the new
41611+
features, but does not include runtime file changes (syntax, indent, ftplugin,
41612+
documentation, etc.)
41613+
41614+
4153841615
vim:tw=78:ts=8:noet:ft=help:norl:fdm=manual:

0 commit comments

Comments
 (0)