1
0
forked from aniani/vim

patch 9.0.0547: looping over empty out_loop[] entries

Problem:    Looping over empty out_loop[] entries.
Solution:   Store the array size.
This commit is contained in:
Bram Moolenaar
2022-09-22 16:36:25 +01:00
parent 236ccbf6f8
commit 6d313bec53
3 changed files with 8 additions and 6 deletions

View File

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