summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2007-08-11 14:00:30 +0000
committervimboss <devnull@localhost>2007-08-11 14:00:30 +0000
commitce97d0ac54e22fa27e3c066d18d7790a3bcf8d8b (patch)
tree008161f41339a6edffe80697e7eff8a2e3802672
parent9922e39d017b627c8be6133e759b224d8ae95605 (diff)
downloadvim-ce97d0ac54e22fa27e3c066d18d7790a3bcf8d8b.tar.gz
updated for version 7.1-063v7.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 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,