diff src/fold.c @ 1554:3796d11fde3c v7.1.267

updated for version 7.1-267
author vimboss
date Thu, 06 Mar 2008 21:45:49 +0000
parents 61709607f5e2
children 18ee39301b82
line wrap: on
line diff
--- 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