1
0
forked from aniani/vim

updated for version 7.1-228

This commit is contained in:
Bram Moolenaar
2008-01-13 20:58:13 +00:00
parent dbe3175049
commit ef6fc09758
2 changed files with 3 additions and 0 deletions

View File

@@ -2676,6 +2676,7 @@ foldUpdateIEMSRecurse(gap, level, startlnum, flp, getlevel, bot, topflags)
if (fp->fd_len < flp->lnum - fp->fd_top)
{
fp->fd_len = flp->lnum - fp->fd_top;
fp->fd_small = MAYBE;
fold_changed = TRUE;
}

View File

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