diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 0d889942d..f12f12e53 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -10817,7 +10817,7 @@ ex_match(eap) exarg_T *eap; { char_u *p; - char_u *g; + char_u *g = NULL; char_u *end; int c; int id; diff --git a/src/version.c b/src/version.c index b2decfe7f..4babbb816 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 63, /**/ 62, /**/