home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.2 / 7.2.163 < prev    next >
Encoding:
Internet Message Format  |  2009-04-28  |  1.7 KB

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