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, /**/