commit | 442b29c968eff1c8fec1a96418aa47be9cba62ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 05 22:23:00 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 05 22:23:00 2021 +0200 |
tree | 0b2067136269b0d6d030fc7621048d90c11c244d | |
parent | 5cb09620c1e0a0178c0dc986230997a8aac0e61a [diff] [blame] |
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 #8512)
diff --git a/src/version.c b/src/version.c index 160b85f..b0d8dae 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3113, +/**/ 3112, /**/ 3111,