From e3b3f28db9f438e8b67495b152ce483807312cea Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 6 Mar 2008 21:45:49 +0000 Subject: [PATCH] updated for version 7.1-267 --- src/fold.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/fold.c b/src/fold.c index a594644d2..4daaf70ed 100644 --- 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 index 82689be0f..d3bd54a10 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 267, /**/ 266, /**/ -- 2.50.1