Skip to content

Commit 0ee1969

Browse files
committed
Update by original
1 parent 7bbf5f4 commit 0ee1969

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/builtin.jax

Lines changed: 2 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 26
1+
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Mar 30
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -11670,7 +11670,7 @@ trunc({expr}) *trunc()*
1167011670
戻り値の型: |Float|
1167111671

1167211672

11673-
tuple2list({list}) *tuple2list()*
11673+
tuple2list({tuple}) *tuple2list()*
1167411674
tuple 項目の浅いコピーからリストを作成する。例: >
1167511675
tuple2list((1, 2, 3)) returns [1, 2, 3]
1167611676
< |list2tuple()| はその逆を行う。

en/builtin.txt

Lines changed: 2 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 26
1+
*builtin.txt* For Vim version 9.1. Last change: 2025 Mar 30
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -11923,7 +11923,7 @@ trunc({expr}) *trunc()*
1192311923
Return type: |Float|
1192411924

1192511925

11926-
tuple2list({list}) *tuple2list()*
11926+
tuple2list({tuple}) *tuple2list()*
1192711927
Create a List from a shallow copy of the tuple items.
1192811928
Examples: >
1192911929
tuple2list((1, 2, 3)) returns [1, 2, 3]

0 commit comments

Comments
 (0)