commit | ea5c898b5fb60828b0223f258910f84f5c645e63 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 17 14:42:02 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 17 14:42:02 2022 +0000 |
tree | d8df35556cad1d7b84116c33a3dafa8bb521a560 | |
parent | e08be09a08485e8c919f46c05223c1ccfdaf175d [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 76d7895..edac690 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4408, +/**/ 4407, /**/ 4406,