From: Bram Moolenaar Date: Sat, 11 Aug 2007 14:00:30 +0000 (+0000) Subject: updated for version 7.1-063 X-Git-Tag: v7.1.063 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52d36c8bb77ba3769c8b4cf2e5aacfbeef82756f;p=vim updated for version 7.1-063 --- 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, /**/