]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-139 v7.1.139
authorBram Moolenaar <Bram@vim.org>
Sun, 14 Oct 2007 13:33:20 +0000 (13:33 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 14 Oct 2007 13:33:20 +0000 (13:33 +0000)
src/fold.c
src/version.c

index 07b0748634c74a7b58c0ae89ec6552ee651ae547..5e67dd2e6def39949a2bc0acc306398a24902418 100644 (file)
@@ -858,7 +858,14 @@ foldUpdate(wp, top, bot)
            || foldmethodIsDiff(wp)
 #endif
            || foldmethodIsSyntax(wp))
+    {
+       int save_got_int = got_int;
+
+       /* reset got_int here, otherwise it won't work */
+       got_int = FALSE;
        foldUpdateIEMS(wp, top, bot);
+       got_int |= save_got_int;
+    }
 }
 
 /* foldUpdateAll() {{{2 */
index ce42fbc4ab288686b70472ceb9dcec6ebb4eb908..67a1eef5b7b3f961c4211f4bfde4fb1634ca9871 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    139,
 /**/
     138,
 /**/