File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
- *syntax.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16
1
+ *syntax.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1043,6 +1043,7 @@ Cには幾つかの補助的なハイライト方法がある。それらを有
1043
1043
*c_no_cformat* 文字列中の "%" によるフォーマットをハイライトしない
1044
1044
*c_no_c99* C99の標準アイテムをハイライトしない
1045
1045
*c_no_c11* C11の標準アイテムをハイライトしない
1046
+ *c_no_c23* C23の標準アイテムをハイライトしない
1046
1047
*c_no_bsd* BSD 特有の型をハイライトしない
1047
1048
*c_functions* 関数呼び出しと定義をハイライトする
1048
1049
*c_function_pointers* 関数ポインタの定義をハイライトする
@@ -5662,9 +5663,10 @@ PmenuSbar ポップアップメニュー: スクロールバー。
5662
5663
PmenuThumb ポップアップメニュー: スクロールバーのつまみ部分。
5663
5664
*hl-PmenuMatch*
5664
5665
PmenuMatch ポップアップメニュー: 通常の項目内のマッチしたテキスト。
5666
+ | hl-Pmenu | と組み合わせて適用される。
5665
5667
*hl-PmenuMatchSel*
5666
5668
PmenuMatchSel ポップアップメニュー: 選択されている項目内のマッチしたテキス
5667
- ト。
5669
+ ト。| hl-PmenuSel | と組み合わせて適用される。
5668
5670
*hl-ComplMatchIns*
5669
5671
ComplMatchIns 現在挿入されている補完のマッチしたテキスト。
5670
5672
*hl-PopupNotification*
Original file line number Diff line number Diff line change 1
- *syntax.txt* For Vim version 9.1. Last change: 2024 Dec 16
1
+ *syntax.txt* For Vim version 9.1. Last change: 2025 Jan 11
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1062,6 +1062,7 @@ Variable Highlight ~
1062
1062
*c_no_cformat* don't highlight %-formats in strings
1063
1063
*c_no_c99* don't highlight C99 standard items
1064
1064
*c_no_c11* don't highlight C11 standard items
1065
+ *c_no_c23* don't highlight C23 standard items
1065
1066
*c_no_bsd* don't highlight BSD specific types
1066
1067
*c_functions* highlight function calls and definitions
1067
1068
*c_function_pointers* highlight function pointers definitions
@@ -5854,9 +5855,11 @@ PmenuSbar Popup menu: Scrollbar.
5854
5855
*hl-PmenuThumb*
5855
5856
PmenuThumb Popup menu: Thumb of the scrollbar.
5856
5857
*hl-PmenuMatch*
5857
- PmenuMatch Popup menu: Matched text in normal item.
5858
+ PmenuMatch Popup menu: Matched text in normal item. Applied in
5859
+ combination with | hl-Pmenu | .
5858
5860
*hl-PmenuMatchSel*
5859
- PmenuMatchSel Popup menu: Matched text in selected item.
5861
+ PmenuMatchSel Popup menu: Matched text in selected item. Applied in
5862
+ combination with | hl-PmenuSel | .
5860
5863
*hl-ComplMatchIns*
5861
5864
ComplMatchIns Matched text of the currently inserted completion.
5862
5865
*hl-PopupNotification*
You can’t perform that action at this time.
0 commit comments