File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- *vim9.txt* For Vim バージョン 9.0. Last change: 2023 Oct 23
1
+ *vim9.txt* For Vim バージョン 9.0. Last change: 2023 Dec 09
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.0. Last change: 2023 Oct 23
1
+ *vim9.txt* For Vim version 9.0. Last change: 2023 Dec 09
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1684,7 +1684,7 @@ the type must match: >
1684
1684
FuncVA = (v1: string, v: string2): number => 333 # Error!
1685
1685
FuncVA = (v: list<string>): number => 3 # Error!
1686
1686
1687
- If the destinataion funcref has no specified arguments, then there is no
1687
+ If the destination funcref has no specified arguments, then there is no
1688
1688
argument type checking: >
1689
1689
var FuncUnknownArgs: func: number
1690
1690
FuncUnknownArgs = (v): number => v # OK
You can’t perform that action at this time.
0 commit comments