comparison src/eval.c @ 2849:b0190e93e601 v7.3.198

updated for version 7.3.198 Problem: No completion for ":lang". Solution: Get locales to complete from. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Thu, 19 May 2011 18:26:40 +0200
parents d641f141f937
children 69e0783ed0ef
comparison
equal deleted inserted replaced
2848:d9e5f15a6a36 2849:b0190e93e601
909 hash_clear(&vimvarht); 909 hash_clear(&vimvarht);
910 hash_init(&vimvarht); /* garbage_collect() will access it */ 910 hash_init(&vimvarht); /* garbage_collect() will access it */
911 hash_clear(&compat_hashtab); 911 hash_clear(&compat_hashtab);
912 912
913 free_scriptnames(); 913 free_scriptnames();
914 free_locales();
914 915
915 /* global variables */ 916 /* global variables */
916 vars_clear(&globvarht); 917 vars_clear(&globvarht);
917 918
918 /* autoloaded script names */ 919 /* autoloaded script names */