diff --git a/src/diff.c b/src/diff.c index 49ca58af7c..98b791a720 100644 --- a/src/diff.c +++ b/src/diff.c @@ -622,6 +622,7 @@ diff_redraw(dofold) wp->w_topfill = (n < 0 ? 0 : n); else if (n > 0 && n > wp->w_topfill) wp->w_topfill = n; + check_topfill(wp, FALSE); } } } diff --git a/src/version.c b/src/version.c index 41f1b46f2e..f72ae97f28 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 308, /**/ 307, /**/