0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.2.0114: info about sourced scripts is scattered

Problem:    Info about sourced scripts is scattered.
Solution:   Use scriptitem_T for info about a script, including s: variables.
            Drop ga_scripts.
This commit is contained in:
Bram Moolenaar
2020-01-12 17:42:55 +01:00
parent 9b24dfcb9f
commit 7ebcba61b2
5 changed files with 45 additions and 53 deletions

View File

@@ -149,8 +149,7 @@ eval_init(void)
eval_clear(void)
{
evalvars_clear();
free_scriptnames();
free_scriptnames(); // must come after evalvars_clear().
free_locales();
// autoloaded script names