commit | 848db57e52ed787f7b62fc1619143934291f619f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 19:04:32 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 19:04:32 2022 +0100 |
tree | a2d0b64a0f688b3258d2f9cb7387b5cd4846a83e | |
parent | d7657e95b21f660a202a5118af059aa17ad37120 [diff] [blame] |
patch 9.0.0520: declaring a loop variable at the start of a block is clumsy Problem: Declaring a loop variable at the start of a block is clumsy. Solution: Declare the variable inside the loop in a few places to see if this works.
diff --git a/src/version.c b/src/version.c index bc90293..60c0527 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 520, +/**/ 519, /**/ 518,