Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 27 additions & 3 deletions doc/version9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.2. Last change: 2026 May 02
*version9.txt* For Vim バージョン 9.2. Last change: 2026 May 19


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41864,12 +41864,18 @@ Vim 関連ではないもの~
|hl-ComplMatchIns| 現在挿入されている補完にマッチするテキスト
|hl-DiffTextAdd| 変更された行に追加されたテキスト
|hl-MsgArea| コマンドラインとメッセージ領域のハイライト
|hl-PmenuBorder| ポップアップメニュー: ポップアップの境界文字のハイライ
|hl-PmenuBorder| ポップアップメニュー: ポップアップのボーダー文字のハイ
ライト
|hl-PmenuMatch| ポップアップメニュー: マッチしたテキストのハイライト
|hl-PmenuMatchSel| ポップアップメニュー: 選択された行のマッチしたテキスト
のハイライト
|hl-PmenuShadow| ポップアップメニュー: ポップアップの影のハイライト
|hl-Popup| ポップアップウィンドウ: 本文、デフォルトのリンク
|hl-Pmenu|
|hl-PopupBorder| ポップアップウィンドウ: ボーダー文字、デフォルトのリン
ク |hl-Pmenu|
|hl-PopupTitle| ポップアップウィンドウ: タイトル、デフォルトのリンク
|hl-Pmenu|
|hl-PreInsert| 補完前に挿入されたテキストのためのハイライト表示
|hl-TabPanel| |tabpanel|: アクティブではないタブページラベル
|hl-TabPanelFill| |tabpanel|: 詰め用スペース
Expand Down Expand Up @@ -52569,11 +52575,17 @@ Solution: Limit writing to max KEYBUFLEN bytes to prevent writing out of
このセクションでは、バージョン 9.2 と 9.3 の間の改善点について説明しており、現
在作業中である。

GUI ~
-----
- GTK 4 GUI のサポートを追加した (patch 9.2.0501 経由)。ビルド時に
`--enable-gui=gtk4` 設定スイッチで有効にする。

ポップアップ ~
------------
- 透明性のサポートについては、|popup-opacity| を参照。
- 'previewpopup' は 'completepopup' と同じ値をサポートする ("align" を除く)。
- 'completepopup' オプションの "opacity" 設定をサポート。
- テキストプロパティのポップアップのクリッピングをサポート |popup-clipwindow|。

Diff モード ~
-----------
Expand Down Expand Up @@ -52614,6 +52626,12 @@ Vim が制限モードで実行されている場合、外部 diff モードの
|shm-u|
- |:command-completion-customlist| は、ポップアップメニューの
kind/menu/info/abbr を含む辞書のリストを返すことができる。
- |C-indenting| はコメントをより正確に検出する。
- |package-hlyank| は、オプションで最後の貼り付け領域もハイライト表示できるよ
うになった。
- ユーザーコマンドの引数処理を新しくした |:command-nargs| "-nars=_" 属性を使用
して、スペースを含む単一の引数の補完を期待どおりに処理する。


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

|SessionLoadPre| |Session| ファイルを読み込む前
|TextPutPost| テキストが貼り付けされた後
|TextPutPre| テキストが貼り付けされる前

オプション: ~

Expand All @@ -52670,12 +52690,16 @@ C インクルード出力に終端ヌルバイトを追加するには、"-t"
't_BS' 同期更新を開始する。
't_ES' 同期更新を終了する。
'termresize' 端末のサイズ変更イベントを処理するメソッド。
'tagsecure' タグコマンドを使用してリモートファイルを開かない
'termsync' ターミナル DEC 2026 同期モードのサポートを有効にする。
'winhighlight' ウィンドウローカルのハイライトグループのマッピング

ハイライト: ~

|hl-VertSplitNC| 非カレントウィンドウのカラム区切り。
|hl-Popup| ポップアップウィンドウの本文。
|hl-PopupBorder| ポップアップウィンドウのボーダー。
|hl-PopupTitle| ポップアップウィンドウのタイトル。

==============================================================================
☆パッチ *patches-9.3* *bug-fixes-9.3*
Expand Down
22 changes: 21 additions & 1 deletion en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.2. Last change: 2026 May 02
*version9.txt* For Vim version 9.2. Last change: 2026 May 19


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41880,6 +41880,9 @@ Highlighting: ~
|hl-PmenuMatchSel| Popup menu: highlighting of matched text in selected
line
|hl-PmenuShadow| Popup menu: highlighting of the popup shadow
|hl-Popup| Popup window: body, default link |hl-Pmenu|
|hl-PopupBorder| Popup window: border characters, default link |hl-Pmenu|
|hl-PopupTitle| Popup window: title, default link |hl-Pmenu|
|hl-PreInsert| highlighting for completion preinserted text
|hl-TabPanel| |tabpanel|: not active tab page label
|hl-TabPanelFill| |tabpanel|: filler space
Expand Down Expand Up @@ -52582,12 +52585,18 @@ VERSION 9.3 *version-9.3* *version9.3* *vim-9.3*
This section is about improvements made between version 9.2 and 9.3 and is
work in progress.

GUI ~
-----
- Added support for the GTK 4 GUI (via patch 9.2.0501). Enable with
`--enable-gui=gtk4` configure switch at build time.

Popups ~
------
- Support for transparency, see |popup-opacity|.
- 'previewpopup' supports the same values as 'completepopup' (except for
"align").
- Support "opacity" setting for 'completepopup' option.
- Support for clipping textproperty popups |popup-clipwindow|.

Diff mode ~
---------
Expand Down Expand Up @@ -52625,6 +52634,11 @@ Other ~
- Added the "u" flag to 'shortmess' to silence undo/redo messages: |shm-u|
- |:command-completion-customlist| can return a list of dictionaries with
kind/menu/info/abbr for the popup menu.
- |C-indenting| detects comments better.
- The |package-hlyank| can now optionally highlight the last put region as
well.
- New argument handling for user commands |:command-nargs| using the "-nars=_"
attribute to handle completion of single arguments with spaces as expected.

Platform specific ~
-----------------
Expand Down Expand Up @@ -52667,6 +52681,8 @@ Functions: ~
Autocommands: ~

|SessionLoadPre| before loading a |Session| file
|TextPutPost| after putting text
|TextPutPre| before putting text

Options: ~

Expand All @@ -52677,13 +52693,17 @@ Options: ~
configure the height.
't_BS' Begin synchronized update.
't_ES' End synchronized update.
'tagsecure' Do not open remote files using tag commands
'termresize' Method for handling terminal resize events.
'termsync' Enable support for terminal DEC 2026 sync mode.
'winhighlight' Window-local highlight group mappings.

Highlighting: ~

|hl-VertSplitNC| Column separator of non-current window.
|hl-Popup| Popup window body.
|hl-PopupBorder| Popup window border.
|hl-PopupTitle| Popup window title.

==============================================================================
PATCHES *patches-9.3* *bug-fixes-9.3*
Expand Down