Problem: If-else indenting is confusing.
Solution: Add curly brackets and indent. (Dominique Pellé, closes #9010)
++new_rows;
else
#endif
+ {
#ifdef FEAT_DIFF
if (l == wp->w_topline)
- new_rows += plines_win_nofill(wp, l, TRUE)
+ new_rows += plines_win_nofill(wp, l, TRUE)
+ wp->w_topfill;
- else
+ else
#endif
- new_rows += plines_win(wp, l, TRUE);
+ new_rows += plines_win(wp, l, TRUE);
+ }
++j;
if (new_rows > wp->w_height - row - 2)
{
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 3535,
/**/
3534,
/**/