# HG changeset patch # User vimboss # Date 1186840830 0 # Node ID da1d62fe5379f77a2a165e40bf4bcad0466c60cb # Parent 17a83c0532e83e9f4cd89f03dcbf206662d25b1f updated for version 7.1-063 diff --git a/src/ex_docmd.c b/src/ex_docmd.c --- 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 --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 63, +/**/ 62, /**/ 61,