File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- *vim9.txt* For Vim バージョン 9.1. Last change: 2025 Mar 23
1
+ *vim9.txt* For Vim バージョン 9.1. Last change: 2025 Apr 03
2
2
3
3
VIMリファレンスマニュアル by Bram Moolenaar
4
4
@@ -1480,6 +1480,7 @@ Note スクリプトレベルにおいて、ループ変数はループの後で
1480
1480
blob
1481
1481
list<{type} >
1482
1482
dict<{type} >
1483
+ object<{type} >
1483
1484
job
1484
1485
channel
1485
1486
tuple<{type} >
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1467,6 +1467,7 @@ The following builtin types are supported:
1467
1467
blob
1468
1468
list<{type} >
1469
1469
dict<{type} >
1470
+ object<{type} >
1470
1471
job
1471
1472
channel
1472
1473
tuple<{type} >
You can’t perform that action at this time.
0 commit comments