commit | 522eefd9a247c574a51bfe9bf73467a8dc3bac42 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 26 18:49:22 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 26 18:49:22 2021 +0100 |
tree | 3c25b743231d46639076f8f84cbdf603ec20f6ba | |
parent | a2b3e7dc9201fb3d8782c6b4ab53862160e254da [diff] [blame] |
patch 8.2.2657: Vim9: error message for declaring variable in for loop Problem: Vim9: error message for declaring variable in for loop. Solution: Clear variables when entering block again. (closes #8012)
diff --git a/src/version.c b/src/version.c index c1e795b..e09153f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2657, +/**/ 2656, /**/ 2655,