Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions doc/builtin.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Aug 10
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Aug 12


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

{list} が辞書のリストなら、オプションの {dict} 引数では追加で
以下の項目がサポートされる:
Expand Down
5 changes: 1 addition & 4 deletions en/builtin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*builtin.txt* For Vim version 9.1. Last change: 2025 Aug 10
*builtin.txt* For Vim version 9.1. Last change: 2025 Aug 12


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

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