mirror of
https://github.com/zoriya/vim.git
synced 2025-12-19 21:55:18 +00: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