Bram Moolenaar
|
8922860afb
|
patch 8.2.0519: Vim9: return type not properly checked
Problem: Vim9: return type not properly checked.
Solution: Check type properly, also at runtime.
|
2020-04-05 22:14:54 +02:00 |
|
Bram Moolenaar
|
4c68375057
|
patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"
Problem: Vim9: cannot separate "func" and "func(): void".
Solution: Use VAR_ANY for "any" and VAR_UNKNOWN for "no type".
|
2020-04-05 21:38:23 +02:00 |
|
Bram Moolenaar
|
5deeb3f1f9
|
patch 8.2.0512: Vim9: no optional arguments in func type
Problem: Vim9: no optional arguments in func type.
Solution: Check for question mark after type. Find function reference
without function().
|
2020-04-05 17:08:17 +02:00 |
|