Skip to content

Commit 76e204d

Browse files
authored
Merge pull request #2050 from h-east/update-vim9
Update vim9.{txt,jax}
2 parents aae0f87 + 7266868 commit 76e204d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/vim9.jax

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

en/vim9.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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|
14931493
tuple<number, string> a tuple with two items of type |Number| and
14941494
|String|
14951495
tuple<number, float, bool> a tuple with three items of type |Number|,
1496-
|Float| and |Boolean|.
1496+
|Float| and |Boolean|
14971497
tuple<...list<number>> a variadic tuple with zero or more items of
1498-
type |Number|.
1498+
type |Number|
14991499
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|
15011501

15021502
Examples: >
15031503
var myTuple: tuple<number> = (20,)

0 commit comments

Comments
 (0)