diff src/version.c @ 25955:4003fc2340dc v8.2.3511

patch 8.2.3511: Vim9: entry for loop variable is created every round Commit: https://github.com/vim/vim/commit/a06758dd38851f022d270dd5102efbe1049d4712 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 15 00:18:37 2021 +0100 patch 8.2.3511: Vim9: entry for loop variable is created every round Problem: Vim9: entry for loop variable is created every round. Solution: Only create the entry once. (closes https://github.com/vim/vim/issues/8996)
author Bram Moolenaar <Bram@vim.org>
date Fri, 15 Oct 2021 01:30:03 +0200
parents d7e1cf30728c
children 08f63df32e8e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3511,
+/**/
     3510,
 /**/
     3509,