1
0
forked from aniani/vim

patch 9.0.0576: unused loop variables

Problem:    Unused loop variables.
Solution:   Use a while loop instead. (closes #11214)
This commit is contained in:
dundargoc
2022-09-24 15:55:27 +01:00
committed by Bram Moolenaar
parent 78aed95c8d
commit b2209f213e
2 changed files with 5 additions and 3 deletions

View File

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