Skip to content

Commit f003e1e

Browse files
committed
Update insert.{txt,jax}
1 parent 6750de3 commit f003e1e

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

doc/insert.jax

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*insert.txt* For Vim バージョン 9.1. Last change: 2024 Jul 28
1+
*insert.txt* For Vim バージョン 9.1. Last change: 2024 Aug 23
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1124,6 +1124,11 @@ Note 最初の呼び出し以降にカーソルが移動した可能性があり
11241124
属性と組み合わされ、補完項目に取り消し線のような cterm
11251125
と gui のプロパティ (高優先度) を適用する追加のハイラ
11261126
イトグループ。
1127+
kind_hlgroup 補完の種類のハイライト属性を設定するための追加のハイラ
1128+
イトグループ。このフィールドが存在する場合、
1129+
|hl-PmenuKind| ハイライトグループが上書きされ、補完の
1130+
種類の ctermfd および guifg プロパティをカスタマイズで
1131+
きるようになる。
11271132

11281133
これらのうち "icase", "equal", "dup" および "empty" 以外は文字列でなければなら
11291134
ない。これらの要件が満たされない場合はエラーメッセージが表示され、リスト中のそ

en/insert.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*insert.txt* For Vim version 9.1. Last change: 2024 Jul 28
1+
*insert.txt* For Vim version 9.1. Last change: 2024 Aug 23
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1189,6 +1189,11 @@ items:
11891189
attributes in the popup menu to apply cterm and gui
11901190
properties (with higher priority) like strikethrough
11911191
to the completion items
1192+
kind_hlgroup an additional highlight group specifically for setting
1193+
the highlight attributes of the completion kind. When
1194+
this field is present, it will override the |hl-PmenuKind|
1195+
highlight group, allowing for the customization of
1196+
ctermfd and guifg properties for the completion kind
11921197

11931198
All of these except "icase", "equal", "dup" and "empty" must be a string. If
11941199
an item does not meet these requirements then an error message is given and

0 commit comments

Comments
 (0)