diff src/version.c @ 27515:1aff400b819e v8.2.4285

patch 8.2.4285: Vim9: type of item in for loop not checked properly Commit: https://github.com/vim/vim/commit/a1c519518050383e7d319514a3ff6c42a9154c48 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 2 16:20:26 2022 +0000 patch 8.2.4285: Vim9: type of item in for loop not checked properly Problem: Vim9: type of item in for loop not checked properly. Solution: Adjust the type checking. (closes https://github.com/vim/vim/issues/9683)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Feb 2022 17:30:05 +0100
parents 776993be8ba8
children f00a7a2bee21
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4285,
+/**/
     4284,
 /**/
     4283,