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:
committed by
Bram Moolenaar
parent
78aed95c8d
commit
b2209f213e
@@ -699,6 +699,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
576,
|
||||
/**/
|
||||
575,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user