]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-267 v7.1.267
authorBram Moolenaar <Bram@vim.org>
Thu, 6 Mar 2008 21:45:49 +0000 (21:45 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 6 Mar 2008 21:45:49 +0000 (21:45 +0000)
src/fold.c
src/version.c

index a594644d2b5e60c0a8ed2937601407bd52a56e31..4daaf70ed8112b152d62e9541444c7b225a84007 100644 (file)
@@ -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
index 82689be0f1470360cc4c4ad84c3f961f2aaa962e..d3bd54a104e6ce05fdcc8ce4890e2e1a9dca99cf 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    267,
 /**/
     266,
 /**/