1
0
forked from aniani/vim

patch 8.2.4408: Vim9: some code not covered by tests

Problem:    Vim9: some code not covered by tests.
Solution:   Add a few more tests.  Correct error message.  Allow unlet on dict
            with a number key.
This commit is contained in:
Bram Moolenaar
2022-02-17 14:42:02 +00:00
parent e08be09a08
commit ea5c898b5f
4 changed files with 33 additions and 11 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4408,
/**/
4407,
/**/