diff --git a/src/usercmd.c b/src/usercmd.c index 2830a50386..70f45aab81 100644 --- a/src/usercmd.c +++ b/src/usercmd.c @@ -123,10 +123,10 @@ static struct char_u * find_ucmd( exarg_T *eap, - char_u *p, // end of the command (possibly including count) - int *full, // set to TRUE for a full match - expand_T *xp, // used for completion, NULL otherwise - int *complp UNUSED) // completion flags or NULL + char_u *p, // end of the command (possibly including count) + int *full, // set to TRUE for a full match + expand_T *xp, // used for completion, NULL otherwise + int *complp) // completion flags or NULL { int len = (int)(p - eap->cmd); int j, k, matchlen = 0; diff --git a/src/version.c b/src/version.c index 1c367e68e9..fe27375c76 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4118, /**/ 4117, /**/