From 52d36c8bb77ba3769c8b4cf2e5aacfbeef82756f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 11 Aug 2007 14:00:30 +0000 Subject: [PATCH] updated for version 7.1-063 --- src/ex_docmd.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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, /**/ -- 2.50.1