Bram Moolenaar
|
bc4c505166
|
patch 8.2.1444: error messages are spread out and names can be confusing
Problem: Error messages are spread out and names can be confusing.
Solution: Start moving error messages to a separate file and use clear
names.
|
2020-08-13 22:47:35 +02:00 |
|
Bram Moolenaar
|
127542bceb
|
patch 8.2.1407: Vim9: type of list and dict only depends on first item
Problem: Vim9: type of list and dict only depends on first item.
Solution: Use all items to decide about the type.
|
2020-08-09 17:22:04 +02:00 |
|
Bram Moolenaar
|
a7cc9e697b
|
patch 8.2.1405: Vim9: vim9compile.c is getting too big
Problem: Vim9: vim9compile.c is getting too big.
Solution: Split off type code to vim9type.c.
|
2020-08-09 15:25:14 +02:00 |
|