]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-039 v7.2.039
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Nov 2008 14:29:28 +0000 (14:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Nov 2008 14:29:28 +0000 (14:29 +0000)
src/eval.c
src/version.c

index 5573e764d8df73cab81e98ef1c7ce6f07dc49831..a3edec69ef25e3345223e4ec4c600ffe4cfab8a9 100644 (file)
@@ -856,6 +856,7 @@ eval_clear()
        }
     }
     hash_clear(&vimvarht);
+    hash_init(&vimvarht);  /* garbage_collect() will access it */
     hash_clear(&compat_hashtab);
 
     /* script-local variables */
index 2ca11041be41f9e3bca12a7a661055b1ea44e31c..64671460588043c504b9ba4140aac42c057fafa6 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    39,
 /**/
     38,
 /**/