forked from aniani/vim
updated for version 7.1-228
This commit is contained in:
@@ -2676,6 +2676,7 @@ foldUpdateIEMSRecurse(gap, level, startlnum, flp, getlevel, bot, topflags)
|
|||||||
if (fp->fd_len < flp->lnum - fp->fd_top)
|
if (fp->fd_len < flp->lnum - fp->fd_top)
|
||||||
{
|
{
|
||||||
fp->fd_len = flp->lnum - fp->fd_top;
|
fp->fd_len = flp->lnum - fp->fd_top;
|
||||||
|
fp->fd_small = MAYBE;
|
||||||
fold_changed = TRUE;
|
fold_changed = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -666,6 +666,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 */
|
||||||
|
/**/
|
||||||
|
228,
|
||||||
/**/
|
/**/
|
||||||
227,
|
227,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user