Skip to content

Commit 4399a24

Browse files
authored
Merge pull request #2606 from h-east/update-version9
Update version9.{txt,jax}
2 parents df50ee1 + 51e6c88 commit 4399a24

2 files changed

Lines changed: 29 additions & 5 deletions

File tree

doc/version9.jax

Lines changed: 16 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 Apr 27
1+
*version9.txt* For Vim バージョン 9.2. Last change: 2026 May 01
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -52573,6 +52573,7 @@ Solution: Limit writing to max KEYBUFLEN bytes to prevent writing out of
5257352573
------------
5257452574
- 透明性のサポートについては、|popup-opacity| を参照。
5257552575
- 'previewpopup' は 'completepopup' と同じ値をサポートする ("align" を除く)。
52576+
- 'completepopup' オプションの "opacity" 設定をサポート。
5257652577

5257752578
Diff モード ~
5257852579
-----------
@@ -52604,6 +52605,13 @@ Vim が制限モードで実行されている場合、外部 diff モードの
5260452605
- |:terminal| でリフローのサポートを有効にする。
5260552606
- タブページのリストが画面の表示高さを超えた場合にタブパネルをスクロールできる
5260652607
ように、'tabpanelopt' に "scrollbar" サブオプションを追加した。
52608+
- タブページのリストが画面の高さを超えた場合に、タブパネルのスクロールを有効に
52609+
した。また、'tabpanelopt' に "scrollbar" サブオプションを追加した。
52610+
- 'completeopt' オプションとの対称性を保つため、'wildmode' オプションに
52611+
"noinsert" 値を追加した。
52612+
- チャネルは |Blob| メッセージを処理できる |channel-open-options|。
52613+
- 'shortmess' に "u" フラグを追加して、undo/redo メッセージを非表示にする:
52614+
|shm-u|
5260752615

5260852616
プラットフォーム固有 ~
5260952617
--------------------
@@ -52629,15 +52637,21 @@ C インクルード出力に終端ヌルバイトを追加するには、"-t"
5262952637
- Wayland のフォーカススティール機能 'wlsteal' は多くの問題を引き起こすため削
5263052638
除した。必要に応じて、|clipboard-providers| 機能を使用して再実装できる。例に
5263152639
ついては、|wayland-primary-selection| を参照。
52640+
- Unix では、他のプラットフォームと同様に、単一ファイルを対象とした Ex コマン
52641+
ドのファイル名補完において、埋め込まれた空白文字がファイル名の一部として扱わ
52642+
れるようになった。
52643+
5263252644

5263352645
*added-9.3*
5263452646
追加要素 ~
5263552647
--------
5263652648
さまざまな構文、インデント、その他のプラグインが追加された。
5263752649

52638-
Functions: ~
52650+
関数: ~
5263952651

5264052652
|ch_listen()| {address} でリッスンする
52653+
|tabpanel_getinfo()| |tabpanel| の現在の状態を取得する
52654+
|tabpanel_scroll()| |tabpanel| をスクロールする
5264152655

5264252656
自動コマンド: ~
5264352657

en/version9.txt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.2. Last change: 2026 Apr 27
1+
*version9.txt* For Vim version 9.2. Last change: 2026 May 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -52587,6 +52587,7 @@ Popups ~
5258752587
- Support for transparency, see |popup-opacity|.
5258852588
- 'previewpopup' supports the same values as 'completepopup' (except for
5258952589
"align").
52590+
- Support "opacity" setting for 'completepopup' option.
5259052591

5259152592
Diff mode ~
5259252593
---------
@@ -52616,8 +52617,12 @@ Other ~
5261652617
- Allow mouse clickable regions in the 'statusline', 'tabline' and the
5261752618
'tabpanel' using the |stl-%[FuncName]| atom.
5261852619
- Enable reflow support in the |:terminal|.
52619-
- Added "scrollbar" sub-option to 'tabpanelopt' so the tabpanel can scroll
52620-
when the tab page list exceeds the visible screen height.
52620+
- Enabled scrolling for the tabpanel when the tab page list exceeds the screen
52621+
height. Also added the "scrollbar" sub-option to 'tabpanelopt'.
52622+
- Added the "noinsert" value to the 'wildmode' option for symmetry with the
52623+
'completeopt' option
52624+
- Channel can handle |Blob| messages |channel-open-options|.
52625+
- Added the "u" flag to 'shortmess' to silence undo/redo messages: |shm-u|
5262152626

5262252627
Platform specific ~
5262352628
-----------------
@@ -52642,6 +52647,9 @@ Changed ~
5264252647
- Removed the Wayland focus steal feature 'wlsteal', since it causes too many
5264352648
issues and can now be re-implemted using the |clipboard-providers| feature
5264452649
if needed, see |wayland-primary-selection| for an example.
52650+
- On Unix, filename completion for single-file Ex commands now treats embedded
52651+
whitespace as part of the filename, like on other platforms.
52652+
5264552653

5264652654
*added-9.3*
5264752655
Added ~
@@ -52651,6 +52659,8 @@ Various syntax, indent and other plugins were added.
5265152659
Functions: ~
5265252660

5265352661
|ch_listen()| listen on {address}
52662+
|tabpanel_getinfo()| get current state of the |tabpanel|
52663+
|tabpanel_scroll()| scroll the |tabpanel|
5265452664

5265552665
Autocommands: ~
5265652666

0 commit comments

Comments
 (0)