1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-09-20 19:04:32 +01:00
parent d7657e95b2
commit 848db57e52
2 changed files with 10 additions and 14 deletions

View File

@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
520,
/**/
519,
/**/