Skip to content

Commit f9748f2

Browse files
authored
Merge pull request #2000 from h-east/update-builtin
Update builtin.{txt,jax}
2 parents 60af39c + dc0b266 commit f9748f2

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

doc/builtin.jax

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Mar 11
1+
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Mar 18
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1378,7 +1378,7 @@ blob2str({blob} [, {options}]) *blob2str()*
13781378
ト列をデコードする。値は |String| である。サ
13791379
ポートされている値については |encoding-names|
13801380
を参照 (および特殊値 "none")。
1381-
*E1515*
1381+
*E1515* *E1516*
13821382
現在の 'encoding' が "utf-8" の場合、{blob} で無効なバイトシー
13831383
ケンスが検出されるとエラーが発生し、空のリストが返される。この
13841384
検証を抑制して無効な可能性のある文字列を取得するには、{options}
@@ -4961,6 +4961,8 @@ getregionpos({pos1}, {pos2} [, {opts}]) *getregionpos()*
49614961
|method| としても使用できる: >
49624962
getpos('.')->getregionpos(getpos("'a"))
49634963
<
4964+
例については、highlight-yank プラグインを参照。|52.6|
4965+
49644966
戻り値の型: list<list<list<number>>>
49654967

49664968

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

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

en/builtin.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.1. Last change: 2025 Mar 11
1+
*builtin.txt* For Vim version 9.1. Last change: 2025 Mar 18
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1311,7 +1311,7 @@ blob2str({blob} [, {options}]) *blob2str()*
13111311
encoding. The value is a |String|. See
13121312
|encoding-names| for the supported values
13131313
(plus the special value "none").
1314-
*E1515*
1314+
*E1515* *E1516*
13151315
When current 'encoding' is "utf-8", an error is given and an
13161316
empty List is returned if an invalid byte sequence is
13171317
encountered in {blob}. To suppress this validation and get
@@ -4998,6 +4998,8 @@ getregionpos({pos1}, {pos2} [, {opts}]) *getregionpos()*
49984998
Can also be used as a |method|: >
49994999
getpos('.')->getregionpos(getpos("'a"))
50005000
<
5001+
For an example, see the highlight-yank plugin |52.6|
5002+
50015003
Return type: list<list<list<number>>>
50025004

50035005

@@ -7275,6 +7277,9 @@ matchfuzzy({list}, {str} [, {dict}]) *matchfuzzy()*
72757277
given sequence.
72767278
limit Maximum number of matches in {list} to be
72777279
returned. Zero means no limit.
7280+
camelcase Use enhanced camel case scoring making results
7281+
better suited for completion related to
7282+
programming languages. Defaults to v:true.
72787283

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

0 commit comments

Comments
 (0)