Skip to content

Commit 123fdcc

Browse files
committed
Update builtin.{txt,jax}
1 parent 5c34d1f commit 123fdcc

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

doc/builtin.jax

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Aug 10
1+
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Aug 12
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -7317,9 +7317,6 @@ matchfuzzy({list}, {str} [, {dict}]) *matchfuzzy()*
73177317
{str} 内の文字を含むマッチのみを返す。
73187318
limit 返される {list} 内のマッチの最大数。ゼロは制限
73197319
がないことを意味する。
7320-
camelcase 拡張されたキャメルケーススコアリングを使用し
7321-
て、プログラミング言語に関連する補完に適した結
7322-
果を作成する。デフォルトは v:true である。
73237320

73247321
{list} が辞書のリストなら、オプションの {dict} 引数では追加で
73257322
以下の項目がサポートされる:

en/builtin.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.1. Last change: 2025 Aug 10
1+
*builtin.txt* For Vim version 9.1. Last change: 2025 Aug 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -7421,9 +7421,6 @@ matchfuzzy({list}, {str} [, {dict}]) *matchfuzzy()*
74217421
given sequence.
74227422
limit Maximum number of matches in {list} to be
74237423
returned. Zero means no limit.
7424-
camelcase Use enhanced camel case scoring making results
7425-
better suited for completion related to
7426-
programming languages. Defaults to v:true.
74277424

74287425
If {list} is a list of dictionaries, then the optional {dict}
74297426
argument supports the following additional items:

0 commit comments

Comments
 (0)