diff --git a/doc/syntax.jax b/doc/syntax.jax index e7316b690..41db9c993 100644 --- a/doc/syntax.jax +++ b/doc/syntax.jax @@ -1,4 +1,4 @@ -*syntax.txt* For Vim バージョン 9.1. Last change: 2024 Dec 12 +*syntax.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16 VIMリファレンスマニュアル by Bram Moolenaar @@ -5665,6 +5665,8 @@ PmenuMatch ポップアップメニュー: 通常の項目内のマッチした *hl-PmenuMatchSel* PmenuMatchSel ポップアップメニュー: 選択されている項目内のマッチしたテキス ト。 + *hl-ComplMatchIns* +ComplMatchIns 現在挿入されている補完のマッチしたテキスト。 *hl-PopupNotification* PopupNotification |popup_notification()| で生成されたポップアップウィンドウ。定 diff --git a/en/syntax.txt b/en/syntax.txt index eb6c3b233..7640ee183 100644 --- a/en/syntax.txt +++ b/en/syntax.txt @@ -1,4 +1,4 @@ -*syntax.txt* For Vim version 9.1. Last change: 2024 Dec 12 +*syntax.txt* For Vim version 9.1. Last change: 2024 Dec 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -5857,6 +5857,8 @@ PmenuThumb Popup menu: Thumb of the scrollbar. PmenuMatch Popup menu: Matched text in normal item. *hl-PmenuMatchSel* PmenuMatchSel Popup menu: Matched text in selected item. + *hl-ComplMatchIns* +ComplMatchIns Matched text of the currently inserted completion. *hl-PopupNotification* PopupNotification Popup window created with |popup_notification()|. If not