0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.2-284

This commit is contained in:
Bram Moolenaar
2009-11-03 17:47:12 +00:00
parent e161c791f6
commit 3234cc6a31
2 changed files with 9 additions and 0 deletions

View File

@@ -2886,6 +2886,13 @@ changed_common(lnum, col, lnume, xtra)
} }
#endif #endif
} }
#ifdef FEAT_FOLDING
/* Take care of side effects for setting w_topline when folds have
* changed. Esp. when the buffer was changed in another window. */
if (hasAnyFolding(wp))
set_topline(wp, wp->w_topline);
#endif
} }
} }

View File

@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
284,
/**/ /**/
283, 283,
/**/ /**/