Skip to content

Commit b53eb95

Browse files
authored
Merge pull request #2023 from h-east/update-vim9
Update vim9.{txt,jax}
2 parents 6b2bcaa + 850a897 commit b53eb95

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/vim9.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vim9.txt* For Vim バージョン 9.1. Last change: 2025 Mar 23
1+
*vim9.txt* For Vim バージョン 9.1. Last change: 2025 Apr 03
22

33
VIMリファレンスマニュアル by Bram Moolenaar
44

@@ -1480,6 +1480,7 @@ Note スクリプトレベルにおいて、ループ変数はループの後で
14801480
blob
14811481
list<{type}>
14821482
dict<{type}>
1483+
object<{type}>
14831484
job
14841485
channel
14851486
tuple<{type}>

en/vim9.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vim9.txt* For Vim version 9.1. Last change: 2025 Mar 23
1+
*vim9.txt* For Vim version 9.1. Last change: 2025 Apr 03
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1467,6 +1467,7 @@ The following builtin types are supported:
14671467
blob
14681468
list<{type}>
14691469
dict<{type}>
1470+
object<{type}>
14701471
job
14711472
channel
14721473
tuple<{type}>

0 commit comments

Comments
 (0)