From: Bram Moolenaar Date: Fri, 25 Feb 2011 13:46:09 +0000 (+0100) Subject: updated for version 7.3.127 X-Git-Tag: v7.3.127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49789dc987f93b6852bd8de6090305b8e4cc8a75;p=thirdparty%2Fvim.git updated for version 7.3.127 Problem: Compiler complains about comma. Solution: Remove comma after last enum element. --- diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index e78b15928e..54e4f07b81 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c @@ -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[] = { diff --git a/src/version.c b/src/version.c index 4a2d62977d..e72af8e7d4 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 127, /**/ 126, /**/