]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.208
- new
[packages/vim.git] / 7.3.208
CommitLineData
a2e11672
AG
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.208
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.208
11Problem: Early terminated if statement.
12Solution: Remove the semicolon. (Lech Lorens)
13Files: 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--
46Keep 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.046236 seconds and 4 git commands to generate.