commit | c03f5c677a1fba99d2379550ccf2391eaa43e2ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 17:48:30 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 17:48:30 2021 +0100 |
tree | 0ef0fc822f310f39a3e8ba536c3665e4ee89ab9b | |
parent | 853886722c051ecaef6d818ce32a822e4f43dc2b [diff] [blame] |
patch 8.2.2441: Vim9: extend() does not give an error for a type mismatch Problem: Vim9: extend() does not give an error for a type mismatch. Solution: Check the type of the second argument. (closes #7760)
diff --git a/src/version.c b/src/version.c index c5074c2..5555c77 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2441, +/**/ 2440, /**/ 2439,