Skip to content

Commit a2a7664

Browse files
authored
Merge pull request #2300 from h-east/update-syntax
Update syntax.{txt,jax}
2 parents 6e5d376 + 632f270 commit a2a7664

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/syntax.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim バージョン 9.1. Last change: 2025 Aug 18
1+
*syntax.txt* For Vim バージョン 9.1. Last change: 2025 Sep 10
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -5807,6 +5807,8 @@ PmenuMatchSel ポップアップメニュー: 選択されている項目内の
58075807
ト。|hl-PmenuSel| と組み合わせて適用される。
58085808
*hl-ComplMatchIns*
58095809
ComplMatchIns 現在挿入されている補完のマッチしたテキスト。
5810+
*hl-PreInsert*
5811+
PreInsert "preinsert" が 'completeopt' にあるときに挿入されるテキスト。
58105812
*hl-PopupSelected*
58115813
PopupSelected |popup_menu()| で作成されたポップアップウィンドウ。デフォルト
58125814
では |hl-PmenuSel| にリンクされる。

en/syntax.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim version 9.1. Last change: 2025 Aug 18
1+
*syntax.txt* For Vim version 9.1. Last change: 2025 Sep 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5998,6 +5998,8 @@ PmenuMatchSel Popup menu: Matched text in selected item. Applied in
59985998
combination with |hl-PmenuSel|.
59995999
*hl-ComplMatchIns*
60006000
ComplMatchIns Matched text of the currently inserted completion.
6001+
*hl-PreInsert*
6002+
PreInsert Text inserted when "preinsert" is in 'completeopt'.
60016003
*hl-PopupSelected*
60026004
PopupSelected Popup window created with |popup_menu()|. Linked to
60036005
|hl-PmenuSel| by default.

0 commit comments

Comments
 (0)