summaryrefslogtreecommitdiff
path: root/src/testdir/vim9.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.0818: Vim9: using a discovery phase doesn't work wellv8.2.0818Bram Moolenaar2020-05-241-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.0699Bram Moolenaar2020-05-051-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.0640Bram Moolenaar2020-04-251-0/+28
Problem: Vim9: expanding does not work. Solution: Find wildcards in not compiled commands. Reorganize test files.