diff src/version.c @ 25153:610e15e8778d v8.2.3113

patch 8.2.3113: no error when for loop variable shadows script variable Commit: https://github.com/vim/vim/commit/442b29c968eff1c8fec1a96418aa47be9cba62ea Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 5 22:23:00 2021 +0200 patch 8.2.3113: no error when for loop variable shadows script variable Problem: No error when for loop variable shadows script variable. Solution: Check for the error. (closes https://github.com/vim/vim/issues/8512)
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Jul 2021 22:30:03 +0200
parents f60fa4221b11
children a37cf57980f9
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 */
 /**/
+    3113,
+/**/
     3112,
 /**/
     3111,