commit | 35c807df1f5774f09612d756ddc3cd5c44eacaca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 27 16:36:29 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 27 16:36:29 2022 +0000 |
tree | 5f591a6dd01925947e2e3c6e9c6e5a5ae8c3dc77 | |
parent | 94373c48e7e438e5b924b34ce820e9b2eb9f810c [diff] [blame] |
patch 8.2.4231: Vim9: map() gives type error when type was not declared Problem: Vim9: map() gives type error when type was not declared. Solution: Only check the type when it was declared, like extend() does. (closes #9635)
diff --git a/src/version.c b/src/version.c index cbc938a..7341fcc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4231, +/**/ 4230, /**/ 4229,