# HG changeset patch # User vimboss # Date 1226500168 0 # Node ID 1bdb13b8e947b85e612afec3a1b5e09c29c30551 # Parent 17b96d8dcc5c8356e10135f5735d6de2fa5da3e8 updated for version 7.2-039 diff --git a/src/eval.c b/src/eval.c --- 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 --- 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,