]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-228 v7.1.228
authorBram Moolenaar <Bram@vim.org>
Sun, 13 Jan 2008 20:58:13 +0000 (20:58 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 Jan 2008 20:58:13 +0000 (20:58 +0000)
src/fold.c
src/version.c

index 5e67dd2e6def39949a2bc0acc306398a24902418..a594644d2b5e60c0a8ed2937601407bd52a56e31 100644 (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;
     }
 
index 0ab427586b76b2cf3ddad33ef26e6d3321bedc16..81265916ddcb2824ea9b8e9bb001b1e4c71b6e18 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    228,
 /**/
     227,
 /**/