comparison src/eval.c @ 1741:1bdb13b8e947 v7.2.039

updated for version 7.2-039
author vimboss
date Wed, 12 Nov 2008 14:29:28 +0000
parents 619b90abfdc9
children 95dd473d2d28
comparison
equal deleted inserted replaced
1740:17b96d8dcc5c 1741:1bdb13b8e947
854 list_unref(p->vv_list); 854 list_unref(p->vv_list);
855 p->vv_list = NULL; 855 p->vv_list = NULL;
856 } 856 }
857 } 857 }
858 hash_clear(&vimvarht); 858 hash_clear(&vimvarht);
859 hash_init(&vimvarht); /* garbage_collect() will access it */
859 hash_clear(&compat_hashtab); 860 hash_clear(&compat_hashtab);
860 861
861 /* script-local variables */ 862 /* script-local variables */
862 for (i = 1; i <= ga_scripts.ga_len; ++i) 863 for (i = 1; i <= ga_scripts.ga_len; ++i)
863 vars_clear(&SCRIPT_VARS(i)); 864 vars_clear(&SCRIPT_VARS(i));