commit | 10d6f18b2f9090d19dd884827c4be59a20b446bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 04 15:54:38 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 04 15:54:38 2022 +0000 |
tree | c6f52c09d8961e851e5728c88c8f6bf11cf8cb73 | |
parent | 078a46161e8b1b30bf306d6c1f4f0af7c616a989 [diff] [blame] |
patch 8.2.3997: Vim9: not enough testing for extend() and map() Problem: Vim9: not enough testing for extend() and map(). Solution: Add more test cases. Fix uncovered problems. Remove unused type fields.
diff --git a/src/version.c b/src/version.c index 4d15dbf..170c0c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3997, +/**/ 3996, /**/ 3995,