8b72aa5
To: vim_dev@googlegroups.com
8b72aa5
Subject: Patch 7.3.127
8b72aa5
Fcc: outbox
8b72aa5
From: Bram Moolenaar <Bram@moolenaar.net>
8b72aa5
Mime-Version: 1.0
8b72aa5
Content-Type: text/plain; charset=UTF-8
8b72aa5
Content-Transfer-Encoding: 8bit
8b72aa5
------------
8b72aa5
8b72aa5
Patch 7.3.127
8b72aa5
Problem:    Compiler complains about comma.
8b72aa5
Solution:   Remove comma after last enum element.
8b72aa5
Files:	    src/ex_cmds2.c
8b72aa5
8b72aa5
8b72aa5
*** ../vim-7.3.126/src/ex_cmds2.c	2010-12-17 18:06:00.000000000 +0100
8b72aa5
--- src/ex_cmds2.c	2010-12-17 19:58:37.000000000 +0100
8b72aa5
***************
8b72aa5
*** 1115,1121 ****
8b72aa5
  static enum
8b72aa5
  {
8b72aa5
      PEXP_SUBCMD,	/* expand :profile sub-commands */
8b72aa5
!     PEXP_FUNC,		/* expand :profile func {funcname} */
8b72aa5
  } pexpand_what;
8b72aa5
  
8b72aa5
  static char *pexpand_cmds[] = {
8b72aa5
--- 1115,1121 ----
8b72aa5
  static enum
8b72aa5
  {
8b72aa5
      PEXP_SUBCMD,	/* expand :profile sub-commands */
8b72aa5
!     PEXP_FUNC		/* expand :profile func {funcname} */
8b72aa5
  } pexpand_what;
8b72aa5
  
8b72aa5
  static char *pexpand_cmds[] = {
8b72aa5
*** ../vim-7.3.126/src/version.c	2011-02-25 14:40:51.000000000 +0100
8b72aa5
--- src/version.c	2011-02-25 14:45:19.000000000 +0100
8b72aa5
***************
8b72aa5
*** 716,717 ****
8b72aa5
--- 716,719 ----
8b72aa5
  {   /* Add new patch number below this line */
8b72aa5
+ /**/
8b72aa5
+     127,
8b72aa5
  /**/
8b72aa5
8b72aa5
-- 
8b72aa5
   LAUNCELOT leaps into SHOT with a mighty cry and runs the GUARD through and
8b72aa5
   hacks him to the floor.  Blood.  Swashbuckling music (perhaps).
8b72aa5
   LAUNCELOT races through into the castle screaming.
8b72aa5
SECOND SENTRY: Hey!
8b72aa5
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
8b72aa5
8b72aa5
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
8b72aa5
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
8b72aa5
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
8b72aa5
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///