File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- *vim9.txt* For Vim バージョン 9.1. Last change: 2025 Apr 03
1
+ *vim9.txt* For Vim バージョン 9.1. Last change: 2025 Apr 18
2
2
3
3
VIMリファレンスマニュアル by Bram Moolenaar
4
4
Original file line number Diff line number Diff line change 1
- *vim9.txt* For Vim version 9.1. Last change: 2025 Apr 03
1
+ *vim9.txt* For Vim version 9.1. Last change: 2025 Apr 18
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1493,11 +1493,11 @@ tuple<number> a tuple with a single item of type |Number|
1493
1493
tuple<number, string> a tuple with two items of type | Number | and
1494
1494
| String |
1495
1495
tuple<number, float, bool> a tuple with three items of type | Number | ,
1496
- | Float | and | Boolean | .
1496
+ | Float | and | Boolean |
1497
1497
tuple<...list<number> > a variadic tuple with zero or more items of
1498
- type | Number | .
1498
+ type | Number |
1499
1499
tuple<number, ...list<string> > a tuple with an item of type | Number | followed
1500
- by zero or more items of type | String | .
1500
+ by zero or more items of type | String |
1501
1501
1502
1502
Examples: >
1503
1503
var myTuple: tuple<number> = (20,)
You can’t perform that action at this time.
0 commit comments