From 4a9de3f480c4adbb3ef666b6e7c03c36c8967040 Mon Sep 17 00:00:00 2001 From: edyfox Date: Sun, 12 Aug 2007 12:10:53 +0000 Subject: [PATCH] Merged from the latest developing branch. git-svn-id: https://vim.svn.sourceforge.net/svnroot/vim/trunk@431 2a77ed30-b011-0410-a7ad-c7884a0aa172 --- 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 0d889942..f12f12e5 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 b2decfe7..4babbb81 100644 --- 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, -- 2.11.4.GIT