From: Bram Moolenaar Date: Wed, 12 Nov 2008 14:29:28 +0000 (+0000) Subject: updated for version 7.2-039 X-Git-Tag: v7.2.039 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f71c6d02066becafcaa0c2eba52dc0be166f821;p=vim updated for version 7.2-039 --- diff --git a/src/eval.c b/src/eval.c index 5573e764d..a3edec69e 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 2ca11041b..646714605 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 39, /**/ 38, /**/