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
4 changes: 3 additions & 1 deletion doc/syntax.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -5807,6 +5807,8 @@ PmenuMatchSel ポップアップメニュー: 選択されている項目内の
ト。|hl-PmenuSel| と組み合わせて適用される。
*hl-ComplMatchIns*
ComplMatchIns 現在挿入されている補完のマッチしたテキスト。
*hl-PreInsert*
PreInsert "preinsert" が 'completeopt' にあるときに挿入されるテキスト。
*hl-PopupSelected*
PopupSelected |popup_menu()| で作成されたポップアップウィンドウ。デフォルト
では |hl-PmenuSel| にリンクされる。
Expand Down
4 changes: 3 additions & 1 deletion en/syntax.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down