]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.127 v7.3.127
authorBram Moolenaar <Bram@vim.org>
Fri, 25 Feb 2011 13:46:09 +0000 (14:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Feb 2011 13:46:09 +0000 (14:46 +0100)
Problem:    Compiler complains about comma.
Solution:   Remove comma after last enum element.

src/ex_cmds2.c
src/version.c

index e78b15928e8960e399c0e53503da002c28006e55..54e4f07b811677d05e4fb3747b432a937cf76d09 100644 (file)
@@ -1115,7 +1115,7 @@ ex_profile(eap)
 static enum
 {
     PEXP_SUBCMD,       /* expand :profile sub-commands */
-    PEXP_FUNC,         /* expand :profile func {funcname} */
+    PEXP_FUNC          /* expand :profile func {funcname} */
 } pexpand_what;
 
 static char *pexpand_cmds[] = {
index 4a2d62977d5ebf2e7a0604841faace3d92f5d547..e72af8e7d42b1a071e8e7a8ed1a3a26c4a6ed650 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    127,
 /**/
     126,
 /**/