Skip to content

Commit f6f3916

Browse files
committed
Update builtin.{txt,jax}
1 parent ea9d0b1 commit f6f3916

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

doc/builtin.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1676,7 +1676,7 @@ charclass({string}) *charclass()*
16761676
文字クラスは次のいずれか:
16771677
0 空白
16781678
1 区切り文字
1679-
2 単語文字
1679+
2 単語文字 ('iskeyword' に依存)
16801680
3 絵文字
16811681
その他 Unicode 固有のクラス
16821682
クラスはパターンと単語単位の移動で使われる。
@@ -4802,7 +4802,7 @@ getregion({pos1}, {pos2} [, {opts}]) *getregion()*
48024802
<
48034803
戻り値の型: list<string>
48044804

4805-
<
4805+
48064806
getregionpos({pos1}, {pos2} [, {opts}]) *getregionpos()*
48074807
|getregion()| と同じだが、{pos1} と {pos2} によって囲まれたバッ
48084808
ファのテキストセグメントを表す位置のリストを返す。
@@ -4855,6 +4855,7 @@ getregtype([{regname}]) *getregtype()*
48554855
<
48564856
戻り値の型: |String|
48574857

4858+
48584859
getscriptinfo([{opts}]) *getscriptinfo()*
48594860
`:scriptnames` が見せるように、読み込まれたすべての Vim script
48604861
に関する情報を読み込まれた順序で |List| として返す。

en/builtin.txt

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

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1625,7 +1625,7 @@ charclass({string}) *charclass()*
16251625
The character class is one of:
16261626
0 blank
16271627
1 punctuation
1628-
2 word character
1628+
2 word character (depends on 'iskeyword')
16291629
3 emoji
16301630
other specific Unicode class
16311631
The class is used in patterns and word motions.
@@ -4836,7 +4836,7 @@ getregion({pos1}, {pos2} [, {opts}]) *getregion()*
48364836
<
48374837
Return type: list<string>
48384838

4839-
<
4839+
48404840
getregionpos({pos1}, {pos2} [, {opts}]) *getregionpos()*
48414841
Same as |getregion()|, but returns a list of positions
48424842
describing the buffer text segments bound by {pos1} and
@@ -4893,6 +4893,7 @@ getregtype([{regname}]) *getregtype()*
48934893
<
48944894
Return type: |String|
48954895

4896+
48964897
getscriptinfo([{opts}]) *getscriptinfo()*
48974898
Returns a |List| with information about all the sourced Vim
48984899
scripts in the order they were sourced, like what

0 commit comments

Comments
 (0)