commit | 1aeddeb8bd29a69fa118734c7f27d7df1b37801f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 14:55:49 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 14:55:49 2021 +0200 |
tree | b579bb8065f2e57b074529aacb1cac1e7a7b1d84 | |
parent | de69a7353e9bec552e15dbe3706a9f4e88080fce [diff] [blame] |
patch 8.2.3142: Vim9: type check for has_key() argument is too strict Problem: Vim9: type check for has_key() argument is too strict. Solution: Also allow for a number key argument. (closes #8542)
diff --git a/src/version.c b/src/version.c index d8c9fb8..729d0e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3142, +/**/ 3141, /**/ 3140,