commit | 193f6201b4d5c76f8dc1faa1dcf369575d93fe3a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 16 20:08:35 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 16 20:08:35 2020 +0100 |
tree | 6e4225c94d9d04cb33244ac4d87c4c6f9f53b787 | |
parent | 714cbe5b212abbecb578b90424d89f47142e8f25 [diff] [blame] |
patch 8.2.1996: Vim9: invalid error for argument of extend() Problem: Vim9: invalid error for argument of extend(). Solution: Check if the type could match. (closes #7299)
diff --git a/src/version.c b/src/version.c index 8de5308..7aadd45 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1996, +/**/ 1995, /**/ 1994,