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

updated for version 7.1-267

This commit is contained in:
Bram Moolenaar
2008-03-06 21:45:49 +00:00
parent d25f42c7eb
commit e3b3f28db9
2 changed files with 3 additions and 1 deletions

View 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

View File

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