commit | ee56f3f119c4378a5b62b4d504cff3373b363308 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 23 12:34:27 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 23 12:34:27 2021 +0100 |
tree | cf21fac7b70069c8ccf1057a904ca0cb19699ee7 | |
parent | 079ba76ae7a7d0ef404cb9b41dff2663ff41f51b [diff] [blame] |
patch 8.2.3559: loop variable recreated every time Problem: Loop variable recreated every time. Solution: Keep the loop variable when looping.
diff --git a/src/version.c b/src/version.c index 53ceef0..4381877 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3559, +/**/ 3558, /**/ 3557,