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:
@@ -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
|
||||
|
Reference in New Issue
Block a user