diff --git a/doc/builtin.jax b/doc/builtin.jax index 2e4acd18f..896021e23 100644 --- a/doc/builtin.jax +++ b/doc/builtin.jax @@ -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 @@ -7317,9 +7317,6 @@ matchfuzzy({list}, {str} [, {dict}]) *matchfuzzy()* {str} 内の文字を含むマッチのみを返す。 limit 返される {list} 内のマッチの最大数。ゼロは制限 がないことを意味する。 - camelcase 拡張されたキャメルケーススコアリングを使用し - て、プログラミング言語に関連する補完に適した結 - 果を作成する。デフォルトは v:true である。 {list} が辞書のリストなら、オプションの {dict} 引数では追加で 以下の項目がサポートされる: diff --git a/en/builtin.txt b/en/builtin.txt index 9e2205af8..752d0515d 100644 --- a/en/builtin.txt +++ b/en/builtin.txt @@ -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 @@ -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: