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
22
33 VIMリファレンスマニュアル by Bram Moolenaar
44
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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1493,11 +1493,11 @@ tuple<number> a tuple with a single item of type |Number|
14931493tuple<number, string> a tuple with two items of type | Number | and
14941494 | String |
14951495tuple<number, float, bool> a tuple with three items of type | Number | ,
1496- | Float | and | Boolean | .
1496+ | Float | and | Boolean |
14971497tuple<...list<number> > a variadic tuple with zero or more items of
1498- type | Number | .
1498+ type | Number |
14991499tuple<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 |
15011501
15021502Examples: >
15031503 var myTuple: tuple<number> = (20,)
You can’t perform that action at this time.
0 commit comments