]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-282 v7.2.282
authorBram Moolenaar <Bram@vim.org>
Tue, 3 Nov 2009 17:04:43 +0000 (17:04 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 3 Nov 2009 17:04:43 +0000 (17:04 +0000)
src/fold.c
src/version.c

index 5f89de826eeb96b96e436926689239d393d080af..2898c01df08178b5a1bfffc1c0e437ddbbab2364 100644 (file)
@@ -2851,6 +2851,8 @@ foldSplit(gap, i, top, bot)
     fp[1].fd_top = bot + 1;
     fp[1].fd_len = fp->fd_len - (fp[1].fd_top - fp->fd_top);
     fp[1].fd_flags = fp->fd_flags;
+    fp[1].fd_small = MAYBE;
+    fp->fd_small = MAYBE;
 
     /* Move nested folds below bot to new fold.  There can't be
      * any between top and bot, they have been removed by the caller. */
index e6b9056a8104bf172c8884d2c2a7c1e2c076dec9..c50d15ccfc477b26be998fd03c55143b30fb64d2 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    282,
 /**/
     281,
 /**/