summaryrefslogtreecommitdiff
path: root/src/testdir/test_vim9_cmd.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.0732: Vim9: storing value in dict messes up stackv8.2.0732Bram Moolenaar2020-05-101-0/+12
| | | | | Problem: Vim9: storing value in dict messes up stack. Solution: Correct item count of stack.
* patch 8.2.0730: Vim9: Assignment to dict member does not workv8.2.0730Bram Moolenaar2020-05-101-0/+22
| | | | | Problem: Vim9: Assignment to dict member does not work. Solution: Parse dict assignment. Implement getting dict member.
* patch 8.2.0641: Vim9: not expanded in :hardcopy and syn-includev8.2.0641Bram Moolenaar2020-04-261-0/+25
| | | | | Problem: Vim9: not expanded in :hardcopy and "syntax include". Solution: Add the EX_EXPAND flag. Expend "syntax include".
* patch 8.2.0640: Vim9: expanding does not workv8.2.0640Bram Moolenaar2020-04-251-0/+23
Problem: Vim9: expanding does not work. Solution: Find wildcards in not compiled commands. Reorganize test files.