astepano / rpms / vim

Forked from rpms/vim 6 years ago
Clone
2282dd1
To: vim_dev@googlegroups.com
2282dd1
Subject: Patch 7.3.208
2282dd1
Fcc: outbox
2282dd1
From: Bram Moolenaar <Bram@moolenaar.net>
2282dd1
Mime-Version: 1.0
2282dd1
Content-Type: text/plain; charset=UTF-8
2282dd1
Content-Transfer-Encoding: 8bit
2282dd1
------------
2282dd1
2282dd1
Patch 7.3.208
2282dd1
Problem:    Early terminated if statement.
2282dd1
Solution:   Remove the semicolon. (Lech Lorens)
2282dd1
Files:      src/gui_mac.c
2282dd1
2282dd1
2282dd1
*** ../mercurial/vim73/src/gui_mac.c	2011-01-17 20:08:04.000000000 +0100
2282dd1
--- src/gui_mac.c	2011-06-06 05:35:46.000000000 +0200
2282dd1
***************
2282dd1
*** 1840,1846 ****
2282dd1
  	p.v -= gui.scrollbar_height;
2282dd1
      p.v -= p.v % gui.char_height;
2282dd1
      p.v += 2 * gui.border_width;
2282dd1
!     if (gui.which_scrollbars[SBAR_BOTTOM]);
2282dd1
  	p.v += gui.scrollbar_height;
2282dd1
  
2282dd1
      ZoomWindowIdeal(whichWindow, thePart, &p);
2282dd1
--- 1840,1846 ----
2282dd1
  	p.v -= gui.scrollbar_height;
2282dd1
      p.v -= p.v % gui.char_height;
2282dd1
      p.v += 2 * gui.border_width;
2282dd1
!     if (gui.which_scrollbars[SBAR_BOTTOM])
2282dd1
  	p.v += gui.scrollbar_height;
2282dd1
  
2282dd1
      ZoomWindowIdeal(whichWindow, thePart, &p);
2282dd1
*** ../vim-7.3.207/src/version.c	2011-06-12 20:31:25.000000000 +0200
2282dd1
--- src/version.c	2011-06-12 20:33:00.000000000 +0200
2282dd1
***************
2282dd1
*** 711,712 ****
2282dd1
--- 711,714 ----
2282dd1
  {   /* Add new patch number below this line */
2282dd1
+ /**/
2282dd1
+     208,
2282dd1
  /**/
2282dd1
2282dd1
-- 
2282dd1
Keep America beautiful.  Swallow your beer cans.
2282dd1
2282dd1
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
2282dd1
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
2282dd1
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
2282dd1
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///