Skip to content

Commit 425566d

Browse files
committed
Update by original
1 parent 2b293aa commit 425566d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/builtin.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Nov 06
1+
*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Nov 09
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -5157,7 +5157,7 @@ glob({expr} [, {nosuf} [, {list} [, {alllinks}]]]) *glob()*
51575157
{list} による
51585158

51595159

5160-
glob2regpat({string}) *glob2regpat()*
5160+
glob2regpat({string}) *glob2regpat()*
51615161
glob()に使われるファイルパターンを検索パターンに変換する。
51625162
結果はファイル名の文字列とのマッチに使用できる。例えば、 >
51635163
if filename =~ glob2regpat('Make*.mak')
@@ -5593,7 +5593,7 @@ iconv({string}, {from}, {to}) *iconv()*
55935593
戻り値の型: |String|
55945594

55955595

5596-
id({item}) *id()*
5596+
id({item}) *id()*
55975597
結果は、{item} に関連付けられた一意の文字列であり、{item} の内
55985598
容に関連付けられたものではない。{item} が存在し参照されている
55995599
間のみ有効である。結果を生成する vim のインスタンスでのみ有効
@@ -6978,7 +6978,7 @@ matchbufline({buf}, {pat}, {lnum}, {end}, [, {dict}])
69786978
戻り値の型: list<dict<any>> または list<any>
69796979

69806980

6981-
matchdelete({id}, [, {win}]) *matchdelete()* *E802* *E803*
6981+
matchdelete({id} [, {win}) *matchdelete()* *E802* *E803*
69826982
|matchadd()| または |:match| で定義したマッチの中で ID が {id}
69836983
であるものを削除する。成功したときは 0、失敗したときは
69846984
-1 を返す。|matchadd()| の例を参照。すべてのマッチを削除するの

en/builtin.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.1. Last change: 2024 Nov 06
1+
*builtin.txt* For Vim version 9.1. Last change: 2024 Nov 09
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5203,7 +5203,7 @@ glob({expr} [, {nosuf} [, {list} [, {alllinks}]]]) *glob()*
52035203
on {list}
52045204

52055205

5206-
glob2regpat({string}) *glob2regpat()*
5206+
glob2regpat({string}) *glob2regpat()*
52075207
Convert a file pattern, as used by glob(), into a search
52085208
pattern. The result can be used to match with a string that
52095209
is a file name. E.g. >
@@ -5656,7 +5656,7 @@ iconv({string}, {from}, {to}) *iconv()*
56565656
Return type: |String|
56575657

56585658

5659-
id({item}) *id()*
5659+
id({item}) *id()*
56605660
The result is a unique String associated with the {item} and
56615661
not with the {item}'s contents. It is only valid while the
56625662
{item} exists and is referenced. It is valid only in the
@@ -7081,7 +7081,7 @@ matchbufline({buf}, {pat}, {lnum}, {end}, [, {dict}])
70817081
Return type: list<dict<any>> or list<any>
70827082

70837083

7084-
matchdelete({id} [, {win}) *matchdelete()* *E802* *E803*
7084+
matchdelete({id} [, {win}) *matchdelete()* *E802* *E803*
70857085
Deletes a match with ID {id} previously defined by |matchadd()|
70867086
or one of the |:match| commands. Returns 0 if successful,
70877087
otherwise -1. See example for |matchadd()|. All matches can

0 commit comments

Comments
 (0)