0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.3.198

Problem:    No completion for ":lang".
Solution:   Get locales to complete from. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2011-05-19 18:26:40 +02:00
parent efa8e80c0b
commit 9b486ca391
7 changed files with 134 additions and 27 deletions

View File

@@ -911,6 +911,7 @@ eval_clear()
hash_clear(&compat_hashtab);
free_scriptnames();
free_locales();
/* global variables */
vars_clear(&globvarht);