summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2009-04-29 10:05:51 +0000
committervimboss <devnull@localhost>2009-04-29 10:05:51 +0000
commiteb6841c99bc2ba10d18b66d2d67cae53be54b620 (patch)
tree3ca1c75a6661b193a77576d66da9bbacffc124ed
parentbebffb2bbc18b4729dc10f284d00991f8699ab7c (diff)
downloadvim-eb6841c99bc2ba10d18b66d2d67cae53be54b620.tar.gz
updated for version 7.2-163v7.2.163v7-2-163
-rw-r--r--src/ex_getln.c3
-rw-r--r--src/version.c2
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c
index 3bf78db7..f3bcc2be 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 3bb98bf2..dbd9ddd2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 163,
+/**/
162,
/**/
161,