]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.208
- new
[packages/vim.git] / 7.3.208
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.208
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.208
11 Problem:    Early terminated if statement.
12 Solution:   Remove the semicolon. (Lech Lorens)
13 Files:      src/gui_mac.c
14
15
16 *** ../mercurial/vim73/src/gui_mac.c    2011-01-17 20:08:04.000000000 +0100
17 --- src/gui_mac.c       2011-06-06 05:35:46.000000000 +0200
18 ***************
19 *** 1840,1846 ****
20         p.v -= gui.scrollbar_height;
21       p.v -= p.v % gui.char_height;
22       p.v += 2 * gui.border_width;
23 !     if (gui.which_scrollbars[SBAR_BOTTOM]);
24         p.v += gui.scrollbar_height;
25   
26       ZoomWindowIdeal(whichWindow, thePart, &p);
27 --- 1840,1846 ----
28         p.v -= gui.scrollbar_height;
29       p.v -= p.v % gui.char_height;
30       p.v += 2 * gui.border_width;
31 !     if (gui.which_scrollbars[SBAR_BOTTOM])
32         p.v += gui.scrollbar_height;
33   
34       ZoomWindowIdeal(whichWindow, thePart, &p);
35 *** ../vim-7.3.207/src/version.c        2011-06-12 20:31:25.000000000 +0200
36 --- src/version.c       2011-06-12 20:33:00.000000000 +0200
37 ***************
38 *** 711,712 ****
39 --- 711,714 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     208,
43   /**/
44
45 -- 
46 Keep America beautiful.  Swallow your beer cans.
47
48  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
49 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
50 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
51  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.04224 seconds and 3 git commands to generate.