summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-08-11 14:00:30 +0000
committerBram Moolenaar <Bram@vim.org>2007-08-11 14:00:30 +0000
commit52d36c8bb77ba3769c8b4cf2e5aacfbeef82756f (patch)
tree008161f41339a6edffe80697e7eff8a2e3802672
parentcc00b955cd2cad7dfba5428ee91e295fb422d259 (diff)
downloadvim-git-52d36c8bb77ba3769c8b4cf2e5aacfbeef82756f.tar.gz
updated for version 7.1-063v7.1.063
-rw-r--r--src/ex_docmd.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
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
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 63,
+/**/
62,
/**/
61,