Skip to content

Commit 55df561

Browse files
committed
Update by original
1 parent 76cc623 commit 55df561

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/insert.jax

Lines changed: 2 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 Dec 28
1+
*insert.txt* For Vim バージョン 9.1. Last change: 2024 Dec 31
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1129,6 +1129,7 @@ Note 最初の呼び出し以降にカーソルが移動した可能性があり
11291129
|hl-PmenuKind| ハイライトグループが上書きされ、補完の
11301130
種類の ctermfg および guifg プロパティをカスタマイズで
11311131
きるようになる。
1132+
match |complete_info()| の "matches" を参照。
11321133

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

en/insert.txt

Lines changed: 2 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 Dec 28
1+
*insert.txt* For Vim version 9.1. Last change: 2024 Dec 31
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1195,6 +1195,7 @@ items:
11951195
|hl-PmenuKind| highlight group, allowing for the
11961196
customization of ctermfg and guifg properties for the
11971197
completion kind
1198+
match See "matches" in |complete_info()|.
11981199

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

0 commit comments

Comments
 (0)