From 632f2706f461be0354d2d614ecee59e2d177521e Mon Sep 17 00:00:00 2001 From: h-east Date: Wed, 10 Sep 2025 21:05:59 +0900 Subject: [PATCH] Update syntax.{txt,jax} --- doc/syntax.jax | 4 +++- en/syntax.txt | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/syntax.jax b/doc/syntax.jax index f16f83405..332ae8982 100644 --- a/doc/syntax.jax +++ b/doc/syntax.jax @@ -1,4 +1,4 @@ -*syntax.txt* For Vim バージョン 9.1. Last change: 2025 Aug 18 +*syntax.txt* For Vim バージョン 9.1. Last change: 2025 Sep 10 VIMリファレンスマニュアル by Bram Moolenaar @@ -5807,6 +5807,8 @@ PmenuMatchSel ポップアップメニュー: 選択されている項目内の ト。|hl-PmenuSel| と組み合わせて適用される。 *hl-ComplMatchIns* ComplMatchIns 現在挿入されている補完のマッチしたテキスト。 + *hl-PreInsert* +PreInsert "preinsert" が 'completeopt' にあるときに挿入されるテキスト。 *hl-PopupSelected* PopupSelected |popup_menu()| で作成されたポップアップウィンドウ。デフォルト では |hl-PmenuSel| にリンクされる。 diff --git a/en/syntax.txt b/en/syntax.txt index 2aecb65a6..39a64da63 100644 --- a/en/syntax.txt +++ b/en/syntax.txt @@ -1,4 +1,4 @@ -*syntax.txt* For Vim version 9.1. Last change: 2025 Aug 18 +*syntax.txt* For Vim version 9.1. Last change: 2025 Sep 10 VIM REFERENCE MANUAL by Bram Moolenaar @@ -5998,6 +5998,8 @@ PmenuMatchSel Popup menu: Matched text in selected item. Applied in combination with |hl-PmenuSel|. *hl-ComplMatchIns* ComplMatchIns Matched text of the currently inserted completion. + *hl-PreInsert* +PreInsert Text inserted when "preinsert" is in 'completeopt'. *hl-PopupSelected* PopupSelected Popup window created with |popup_menu()|. Linked to |hl-PmenuSel| by default.