]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-163 v7.2.163
authorBram Moolenaar <Bram@vim.org>
Wed, 29 Apr 2009 10:05:51 +0000 (10:05 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 Apr 2009 10:05:51 +0000 (10:05 +0000)
src/ex_getln.c
src/version.c

index 3bf78db79e192278a07377da6fccca2a54d7990d..f3bcc2bee3b0b3e127eab6332b7504371d7c61c8 100644 (file)
@@ -6073,6 +6073,9 @@ ex_window()
     set_option_value((char_u *)"bt", 0L, (char_u *)"nofile", OPT_LOCAL);
     set_option_value((char_u *)"swf", 0L, NULL, OPT_LOCAL);
     curbuf->b_p_ma = TRUE;
+#ifdef FEAT_FOLDING
+    curwin->w_p_fen = FALSE;
+#endif
 # ifdef FEAT_RIGHTLEFT
     curwin->w_p_rl = cmdmsg_rl;
     cmdmsg_rl = FALSE;
index 3bb98bf2770526fbd83b211100d62b1f49a900a4..dbd9ddd2608d81df78a47e95d79e7922b69f2047 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    163,
 /**/
     162,
 /**/