diff src/version.c @ 25212:79eb112b492d v8.2.3142

patch 8.2.3142: Vim9: type check for has_key() argument is too strict Commit: https://github.com/vim/vim/commit/1aeddeb8bd29a69fa118734c7f27d7df1b37801f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 11 14:55:49 2021 +0200 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 https://github.com/vim/vim/issues/8542)
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Jul 2021 15:00:03 +0200
parents 8d816c266ceb
children 218df177cff8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3142,
+/**/
     3141,
 /**/
     3140,