From 876f6d7f3c38fb946b9c361d7e5d49f16f04eef2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 29 Apr 2009 10:05:51 +0000 Subject: [PATCH] updated for version 7.2-163 --- src/ex_getln.c | 3 +++ src/version.c | 2 ++ 2 files changed, 5 insertions(+) diff --git a/src/ex_getln.c b/src/ex_getln.c index 3bf78db79..f3bcc2bee 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c @@ -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; diff --git a/src/version.c b/src/version.c index 3bb98bf27..dbd9ddd26 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 163, /**/ 162, /**/ -- 2.50.1