Skip to content

Commit 37f36ec

Browse files
authored
Merge pull request #1668 from vim-jp/hh-update-insert
Update insert.{txt,jax}
2 parents 2ef4037 + 519dc2e commit 37f36ec

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-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 25
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+
種類の ctermfg および guifg プロパティをカスタマイズで
1131+
きるようになる。
11271132

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

en/insert.txt

Lines changed: 7 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 25
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1189,6 +1189,12 @@ 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
1195+
|hl-PmenuKind| highlight group, allowing for the
1196+
customization of ctermfg and guifg properties for the
1197+
completion kind
11921198

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

0 commit comments

Comments
 (0)