diff --git a/src/eval.c b/src/eval.c index d891353f0..98288d6b0 100644 --- a/src/eval.c +++ b/src/eval.c @@ -8889,6 +8889,8 @@ assert_equalfile(typval_T *argvars) } ++count; } + fclose(fd1); + fclose(fd2); } } if (IObuff[0] != NUL) diff --git a/src/version.c b/src/version.c index 52b447e3a..aa236d28f 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1529, /**/ 1528, /**/