summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2011-02-25 14:46:09 +0100
committerBram Moolenaar <bram@vim.org>2011-02-25 14:46:09 +0100
commit481ba383ba0ed9672661e083c77efbb739b83f96 (patch)
tree5e69fa3e781339c4a69937c28ad82a30c319e05f
parent0c65f26a275becee269c305f22c1477a694f4fa3 (diff)
downloadvim-481ba383ba0ed9672661e083c77efbb739b83f96.tar.gz
updated for version 7.3.127v7.3.127v7-3-127
Problem: Compiler complains about comma. Solution: Remove comma after last enum element.
-rw-r--r--src/ex_cmds2.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index e78b1592..54e4f07b 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 4a2d6297..e72af8e7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 127,
+/**/
126,
/**/
125,