073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.452
073263
Fcc: outbox
073263
From: Bram Moolenaar <Bram@moolenaar.net>
073263
Mime-Version: 1.0
073263
Content-Type: text/plain; charset=UTF-8
073263
Content-Transfer-Encoding: 8bit
073263
------------
073263
073263
Patch 7.4.452
073263
Problem:    Can't build with tiny features. (Tony Mechelynck)
073263
Solution:   Use "return" instead of "break".
073263
Files:	    src/ex_cmds.c
073263
073263
073263
*** ../vim-7.4.451/src/ex_cmds.c	2014-09-19 19:39:30.766446025 +0200
073263
--- src/ex_cmds.c	2014-09-19 22:03:13.506464860 +0200
073263
***************
073263
*** 5900,5906 ****
073263
  }
073263
  
073263
  /*
073263
!  * ":helpclose": Close the help window
073263
   */
073263
      void
073263
  ex_helpclose(eap)
073263
--- 5900,5906 ----
073263
  }
073263
  
073263
  /*
073263
!  * ":helpclose": Close one help window
073263
   */
073263
      void
073263
  ex_helpclose(eap)
073263
***************
073263
*** 5913,5919 ****
073263
  	if (win->w_buffer->b_help)
073263
  	{
073263
  	    win_close(win, FALSE);
073263
! 	    break;
073263
  	}
073263
      }
073263
  }
073263
--- 5913,5919 ----
073263
  	if (win->w_buffer->b_help)
073263
  	{
073263
  	    win_close(win, FALSE);
073263
! 	    return;
073263
  	}
073263
      }
073263
  }
073263
*** ../vim-7.4.451/src/version.c	2014-09-19 20:45:19.266454650 +0200
073263
--- src/version.c	2014-09-19 22:05:30.178465158 +0200
073263
***************
073263
*** 743,744 ****
073263
--- 743,746 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     452,
073263
  /**/
073263
073263
-- 
073263
hundred-and-one symptoms of being an internet addict:
073263
168. You have your own domain name.
073263
073263
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
073263
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
073263
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
073263
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///