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