Skip to content

Commit 9a44df8

Browse files
authored
Merge pull request #1885 from h-east/update-syntax
Update syntax.{txt,jax}
2 parents b33f0ba + becb696 commit 9a44df8

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: 2024 Dec 12
1+
*syntax.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -5665,6 +5665,8 @@ PmenuMatch ポップアップメニュー: 通常の項目内のマッチした
56655665
*hl-PmenuMatchSel*
56665666
PmenuMatchSel ポップアップメニュー: 選択されている項目内のマッチしたテキス
56675667
ト。
5668+
*hl-ComplMatchIns*
5669+
ComplMatchIns 現在挿入されている補完のマッチしたテキスト。
56685670
*hl-PopupNotification*
56695671
PopupNotification
56705672
|popup_notification()| で生成されたポップアップウィンドウ。定

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: 2024 Dec 12
1+
*syntax.txt* For Vim version 9.1. Last change: 2024 Dec 16
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5857,6 +5857,8 @@ PmenuThumb Popup menu: Thumb of the scrollbar.
58575857
PmenuMatch Popup menu: Matched text in normal item.
58585858
*hl-PmenuMatchSel*
58595859
PmenuMatchSel Popup menu: Matched text in selected item.
5860+
*hl-ComplMatchIns*
5861+
ComplMatchIns Matched text of the currently inserted completion.
58605862
*hl-PopupNotification*
58615863
PopupNotification
58625864
Popup window created with |popup_notification()|. If not

0 commit comments

Comments
 (0)