81c2858
To: vim-dev@vim.org
81c2858
Subject: Patch 7.2.163
81c2858
Fcc: outbox
81c2858
From: Bram Moolenaar <Bram@moolenaar.net>
81c2858
Mime-Version: 1.0
81c2858
Content-Type: text/plain; charset=ISO-8859-1
81c2858
Content-Transfer-Encoding: 8bit
81c2858
------------
81c2858
81c2858
Patch 7.2.163
81c2858
Problem:    The command line window may get folding.
81c2858
Solution:   Default to no/manual folding. (Lech Lorens)
81c2858
Files:	    src/ex_getln.c
81c2858
81c2858
81c2858
*** ../vim-7.2.162/src/ex_getln.c	Wed Apr 22 13:50:14 2009
81c2858
--- src/ex_getln.c	Wed Apr 22 16:12:54 2009
81c2858
***************
81c2858
*** 6073,6078 ****
81c2858
--- 6073,6081 ----
81c2858
      set_option_value((char_u *)"bt", 0L, (char_u *)"nofile", OPT_LOCAL);
81c2858
      set_option_value((char_u *)"swf", 0L, NULL, OPT_LOCAL);
81c2858
      curbuf->b_p_ma = TRUE;
81c2858
+ #ifdef FEAT_FOLDING
81c2858
+     curwin->w_p_fen = FALSE;
81c2858
+ #endif
81c2858
  # ifdef FEAT_RIGHTLEFT
81c2858
      curwin->w_p_rl = cmdmsg_rl;
81c2858
      cmdmsg_rl = FALSE;
81c2858
*** ../vim-7.2.162/src/version.c	Wed Apr 29 11:49:57 2009
81c2858
--- src/version.c	Wed Apr 29 12:02:56 2009
81c2858
***************
81c2858
*** 678,679 ****
81c2858
--- 678,681 ----
81c2858
  {   /* Add new patch number below this line */
81c2858
+ /**/
81c2858
+     163,
81c2858
  /**/
81c2858
81c2858
-- 
81c2858
   [SIR LAUNCELOT runs back up the stairs, grabs a rope
81c2858
   of the wall and swings out over the heads of the CROWD in a
81c2858
   swashbuckling manner towards a large window.  He stops just short
81c2858
   of the window and is left swing pathetically back and forth.]
81c2858
LAUNCELOT: Excuse me ... could somebody give me a push ...
81c2858
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
81c2858
81c2858
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
81c2858
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
81c2858
\\\        download, build and distribute -- http://www.A-A-P.org        ///
81c2858
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///