comparison 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
comparison
equal deleted inserted replaced
25152:7da8d1cf23f3 25153:610e15e8778d
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3113,
758 /**/ 760 /**/
759 3112, 761 3112,
760 /**/ 762 /**/
761 3111, 763 3111,
762 /**/ 764 /**/