Bram Moolenaar
|
1a9922243a
|
patch 8.2.3957: error messages are spread out
Problem: Error messages are spread out.
Solution: Move more errors to errors.h.
|
2021-12-31 17:25:48 +00:00 |
|
Dominique Pelle
|
af4a61a85d
|
patch 8.2.3914: various spelling mistakes in comments
Problem: Various spelling mistakes in comments.
Solution: Fix the mistakes. (Dominique Pellé, closes #9416)
|
2021-12-27 17:21:41 +00:00 |
|
Bram Moolenaar
|
5cd647935d
|
patch 8.2.3893: Vim9: many local variables are initialized with an instruction
Problem: Vim9: many local variables are initialized with an instruction.
Solution: Initialize local variables to zero to avoid the instructions.
|
2021-12-25 18:23:24 +00:00 |
|
Bram Moolenaar
|
59618fed4c
|
patch 8.2.3866: Vim9: type checking global variables is inconsistent
Problem: Vim9: type checking global variables is inconsistent.
Solution: Use the "unknown" type in more places.
|
2021-12-21 12:32:17 +00:00 |
|
Bram Moolenaar
|
0d807107b6
|
patch 8.2.3865: Vim9: compiler complains about using "try" as a struct member
Problem: Vim9: compiler complains about using "try" as a struct member.
Solution: Rename "try" to "tryref".
|
2021-12-21 09:42:09 +00:00 |
|
Bram Moolenaar
|
dc7c366f3a
|
patch 8.2.3860: Vim9: codecov struggles with the file size
Problem: Vim9: codecov struggles with the file size.
Solution: Split vim9compile.c into four files.
|
2021-12-20 15:04:29 +00:00 |
|