Patch 7.4.452
Problem:    Can't build with tiny features. (Tony Mechelynck)
Solution:   Use "return" instead of "break".
Files:      src/ex_cmds.c


*** ../vim-7.4.451/src/ex_cmds.c        2014-09-19 19:39:30.766446025 +0200
--- src/ex_cmds.c       2014-09-19 22:03:13.506464860 +0200
***************
*** 5900,5906 ****
  }
  
  /*
!  * ":helpclose": Close the help window
   */
      void
  ex_helpclose(eap)
--- 5900,5906 ----
  }
  
  /*
!  * ":helpclose": Close one help window
   */
      void
  ex_helpclose(eap)
***************
*** 5913,5919 ****
        if (win->w_buffer->b_help)
        {
            win_close(win, FALSE);
!           break;
        }
      }
  }
--- 5913,5919 ----
        if (win->w_buffer->b_help)
        {
            win_close(win, FALSE);
!           return;
        }
      }
  }
*** ../vim-7.4.451/src/version.c        2014-09-19 20:45:19.266454650 +0200
--- src/version.c       2014-09-19 22:05:30.178465158 +0200
***************
*** 743,744 ****
--- 743,746 ----
  {   /* Add new patch number below this line */
+ /**/
+     452,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
168. You have your own domain name.

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui