Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.2.0818: Vim9: using a discovery phase doesn't work wellv8.2.0818 | Bram Moolenaar | 2020-05-24 | 1 | -1/+1 |
| | | | | | | Problem: Vim9: using a discovery phase doesn't work well. Solution: Remove the discovery phase, instead compile a function only when it is used. Add :defcompile to compile def functions earlier. | ||||
* | patch 8.2.0699: Vim9: not all errors testedv8.2.0699 | Bram Moolenaar | 2020-05-05 | 1 | -8/+8 |
| | | | | | Problem: Vim9: not all errors tested. Solution: Add test for deleted function. Bail out on first error. | ||||
* | patch 8.2.0640: Vim9: expanding does not workv8.2.0640 | Bram Moolenaar | 2020-04-25 | 1 | -0/+28 |
Problem: Vim9: expanding does not work. Solution: Find wildcards in not compiled commands. Reorganize test files. |