Skip to content

Commit 993fb68

Browse files
committed
Update version9.{txt,jax}
1 parent da56d15 commit 993fb68

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

doc/version9.jax

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

33

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

5257852579
Diff モード ~
5257952580
-----------
@@ -52614,6 +52615,9 @@ Vim が制限モードで実行されている場合、外部 diff モードの
5261452615
|shm-u|
5261552616
- |:command-completion-customlist| は、ポップアップメニューの
5261652617
kind/menu/info/abbr を含む辞書のリストを返すことができる。
52618+
- |C-indenting| はコメントをより正確に検出する。
52619+
- |package-hlyank| は、オプションで最後の貼り付け領域もハイライト表示できるよ
52620+
うになった。
5261752621

5261852622
プラットフォーム固有 ~
5261952623
--------------------
@@ -52658,6 +52662,8 @@ C インクルード出力に終端ヌルバイトを追加するには、"-t"
5265852662
自動コマンド: ~
5265952663

5266052664
|SessionLoadPre| |Session| ファイルを読み込む前
52665+
|TextPutPost| テキストが展開された後
52666+
|TextPutPre| テキストが展開される前
5266152667

5266252668
オプション: ~
5266352669

en/version9.txt

Lines changed: 7 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 May 02
1+
*version9.txt* For Vim version 9.2. Last change: 2026 May 11
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -52588,6 +52588,7 @@ Popups ~
5258852588
- 'previewpopup' supports the same values as 'completepopup' (except for
5258952589
"align").
5259052590
- Support "opacity" setting for 'completepopup' option.
52591+
- Support for clipping textproperty popups |popup-clipwindow|.
5259152592

5259252593
Diff mode ~
5259352594
---------
@@ -52625,6 +52626,9 @@ Other ~
5262552626
- Added the "u" flag to 'shortmess' to silence undo/redo messages: |shm-u|
5262652627
- |:command-completion-customlist| can return a list of dictionaries with
5262752628
kind/menu/info/abbr for the popup menu.
52629+
- |C-indenting| detects comments better.
52630+
- The |package-hlyank| can now optionally highlight the last put region as
52631+
well.
5262852632

5262952633
Platform specific ~
5263052634
-----------------
@@ -52667,6 +52671,8 @@ Functions: ~
5266752671
Autocommands: ~
5266852672

5266952673
|SessionLoadPre| before loading a |Session| file
52674+
|TextPutPost| after putting text
52675+
|TextPutPre| before putting text
5267052676

5267152677
Options: ~
5267252678

0 commit comments

Comments
 (0)