Bram Moolenaar
|
81ed496048
|
patch 8.2.1731: Vim9: cannot use += to append to empty NULL list
Problem: Vim9: cannot use += to append to empty NULL list.
Solution: Copy the list instead of extending it. (closes #6998)
|
2020-09-23 15:56:50 +02:00 |
|
Bram Moolenaar
|
04bdd573d0
|
patch 8.2.1730: Vim9: cannot use member of unknown type
Problem: Vim9: cannot use member of unknown type.
Solution: When type is unknown us "any". (closes #6997)
|
2020-09-23 13:25:32 +02:00 |
|
Bram Moolenaar
|
971caf53b8
|
patch 8.2.1724: Vim9: assignment tests spread out
Problem: Vim9: assignment tests spread out.
Solution: Create new test file for assignment tests.
|
2020-09-21 22:21:42 +02:00 |
|