]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.163
- new
[packages/vim.git] / 7.2.163
CommitLineData
d22eaa71
ER
1To: vim-dev@vim.org
2Subject: Patch 7.2.163
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.2.163
11Problem: The command line window may get folding.
12Solution: Default to no/manual folding. (Lech Lorens)
13Files: 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.]
45LAUNCELOT: 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 ///
This page took 0.029747 seconds and 4 git commands to generate.