# HG changeset patch # User vimboss # Date 1204839949 0 # Node ID 3796d11fde3c141d30cc3446038c20bf280c4b5f # Parent da7e2f59ee6aeadefba04e8056201f449930ced9 updated for version 7.1-267 diff --git a/src/fold.c b/src/fold.c --- a/src/fold.c +++ b/src/fold.c @@ -2307,7 +2307,7 @@ foldUpdateIEMS(wp, top, bot) /* If some fold changed, need to redraw and position cursor. */ if (fold_changed && wp->w_p_fen) - changed_window_setting(); + changed_window_setting_win(wp); /* If we updated folds past "bot", need to redraw more lines. Don't do * this in other situations, the changed lines will be redrawn anyway and diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 267, +/**/ 266, /**/ 265,