Skip to content

Commit b29733e

Browse files
authored
Merge pull request #2579 from h-east/update-version9
Update version9.{txt,jax}
2 parents 1bcd0ad + fedd16b commit b29733e

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

doc/version9.jax

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

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -52621,6 +52621,8 @@ C インクルード出力に終端ヌルバイトを追加するには、"-t"
5262152621
- |js_decode()| 単独のサロゲートを拒否する
5262252622
- 複数行の置換によって削除された行にある仮想テキストプロパティは、削除されるの
5262352623
ではなく、結合された結果の行に移動される。
52624+
- セキュリティ全体を向上させるため、モードラインで設定できるオプションはホワイ
52625+
トリストに登録されたものに限られる。詳細は 'modelinestrict' を参照。
5262452626

5262552627
*added-9.3*
5262652628
追加要素 ~
@@ -52637,6 +52639,8 @@ Functions: ~
5263752639

5263852640
オプション: ~
5263952641

52642+
'modelinestrict' モードラインからは安全なオプションのみを設定できるよう
52643+
にする。
5264052644
'pumopt' ポップアップメニューの追加オプション
5264152645
'statuslineopt' 'statusline' の高さを設定するための、ウィンドウローカ
5264252646
ルな追加オプション。
@@ -52646,6 +52650,10 @@ Functions: ~
5264652650
'termsync' ターミナル DEC 2026 同期モードのサポートを有効にする。
5264752651
'winhighlight' ウィンドウローカルのハイライトグループのマッピング
5264852652

52653+
ハイライト: ~
52654+
52655+
|hl-VertSplitNC| 非カレントウィンドウのカラム区切り。
52656+
5264952657
==============================================================================
5265052658
☆パッチ *patches-9.3* *bug-fixes-9.3*
5265152659
*patches-after-9.2*

en/version9.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.2. Last change: 2026 Apr 10
1+
*version9.txt* For Vim version 9.2. Last change: 2026 Apr 14
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -52634,6 +52634,8 @@ Changed ~
5263452634
- |js_decode()| rejects lone surrogates
5263552635
- virtual text properties on lines deleted by a multi-line substitute
5263652636
are moved to the resulting joined line instead of being dropped.
52637+
- Only a few whitelisted options are allowed to be set by a modeline to
52638+
improve overall security, see for details: 'modelinestrict'
5263752639

5263852640
*added-9.3*
5263952641
Added ~
@@ -52650,6 +52652,7 @@ Autocommands: ~
5265052652

5265152653
Options: ~
5265252654

52655+
'modelinestrict' Only allow safe options to be set from a modeline.
5265352656
'pumopt' Additional options for the popup menu
5265452657
'statuslineopt' Extra window-local options for the 'statusline', to
5265552658
configure the height.
@@ -52659,6 +52662,10 @@ Options: ~
5265952662
'termsync' Enable support for terminal DEC 2026 sync mode.
5266052663
'winhighlight' Window-local highlight group mappings.
5266152664

52665+
Highlighting: ~
52666+
52667+
|hl-VertSplitNC| Column separator of non-current window.
52668+
5266252669
==============================================================================
5266352670
PATCHES *patches-9.3* *bug-fixes-9.3*
5266452671
*patches-after-9.2*

0 commit comments

Comments
 (0)