summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2008-11-12 14:29:28 +0000
committervimboss <devnull@localhost>2008-11-12 14:29:28 +0000
commitaf8acfcb44d48d3cdde4dfd7cdb7be809d6973c7 (patch)
tree9dab32367bbda4dcee8409946c65cd5451c01517
parenta8950eed30b11bc6366f9b28fdff6aa62d100e78 (diff)
downloadvim-af8acfcb44d48d3cdde4dfd7cdb7be809d6973c7.tar.gz
updated for version 7.2-039v7.2.039v7-2-039
-rw-r--r--src/eval.c1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c
index 5573e764..a3edec69 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -856,6 +856,7 @@ eval_clear()
}
}
hash_clear(&vimvarht);
+ hash_init(&vimvarht); /* garbage_collect() will access it */
hash_clear(&compat_hashtab);
/* script-local variables */
diff --git a/src/version.c b/src/version.c
index 2ca11041..64671460 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 39,
+/**/
38,
/**/
37,