Skip to content

Commit e4964c7

Browse files
authored
Merge pull request #2567 from h-east/update-version9
Update version9.{txt,jax}
2 parents e8246bb + ba8a4cf commit e4964c7

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

doc/version9.jax

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.2. Last change: 2026 Mar 25
1+
*version9.txt* For Vim バージョン 9.2. Last change: 2026 Apr 07
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -52600,18 +52600,24 @@ Vim が制限モードで実行されている場合、外部 diff モードの
5260052600
- |system()| および |systemlist()| 関数は、最初の引数としてリストを受け取り、
5260152601
シェルを完全にバイパスする。
5260252602

52603+
プラットフォーム固有 ~
52604+
--------------------
52605+
- DirectWrite (Win32) 用の 'guifont' で OpenType フォント機能をサポートする
52606+
5260352607
xxd ~
5260452608
---
5260552609
C インクルード出力に終端ヌルバイトを追加するには、"-t" オプションを追加する
5260652610
(-i)。
5260752611

5260852612
*changed-9.3*
52609-
変更点~
52613+
変更点 ~
5261052614
------
5261152615
- NeXTStep のサポートはパッチ v9.2.0122 で廃止された
5261252616
- |json_decode()| はより厳格になった: キーワードは小文字でなければならず、単独
5261352617
のサロゲートは無効になった
5261452618
- |js_decode()| 単独のサロゲートを拒否する
52619+
- 複数行の置換によって削除された行にある仮想テキストプロパティは、削除されるの
52620+
ではなく、結合された結果の行に移動される。
5261552621

5261652622
*added-9.3*
5261752623
追加要素 ~
@@ -52628,6 +52634,7 @@ Functions: ~
5262852634

5262952635
オプション: ~
5263052636

52637+
'pumopt' ポップアップメニューの追加オプション
5263152638
'statuslineopt' 'statusline' の高さを設定するための、ウィンドウローカ
5263252639
ルな追加オプション。
5263352640
't_BS' 同期更新を開始する。

en/version9.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.2. Last change: 2026 Mar 25
1+
*version9.txt* For Vim version 9.2. Last change: 2026 Apr 07
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -52614,17 +52614,23 @@ Other ~
5261452614
- |system()| and |systemlist()| functions accept a list as first argument,
5261552615
bypassing the shell completely.
5261652616

52617+
Platform specific ~
52618+
-----------------
52619+
- support OpenType font features in 'guifont' for DirectWrite (Win32)
52620+
5261752621
xxd ~
5261852622
---
5261952623
Add "-t" option to append a terminating NUL byte to C include output (-i).
5262052624

5262152625
*changed-9.3*
52622-
Changed~
52626+
Changed ~
5262352627
-------
5262452628
- Support for NeXTStep was dropped with patch v9.2.0122
5262552629
- |json_decode()| is stricter: keywords must be lowercase, lone surrogates are
5262652630
now invalid
5262752631
- |js_decode()| rejects lone surrogates
52632+
- virtual text properties on lines deleted by a multi-line substitute
52633+
are moved to the resulting joined line instead of being dropped.
5262852634

5262952635
*added-9.3*
5263052636
Added ~
@@ -52641,6 +52647,7 @@ Autocommands: ~
5264152647

5264252648
Options: ~
5264352649

52650+
'pumopt' Additional options for the popup menu
5264452651
'statuslineopt' Extra window-local options for the 'statusline', to
5264552652
configure the height.
5264652653
't_BS' Begin synchronized update.

0 commit comments

Comments
 (0)