mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 02:31:18 -03:00
A little better support for non-term-256 colors in web config
Fix for a deadlock when autoloading a function triggers autoloading another function
This commit is contained in:
@@ -56,7 +56,7 @@ class autoload_t : private lru_cache_t<autoload_function_t> {
|
||||
const size_t builtin_script_count;
|
||||
|
||||
/** The path from which we most recently autoloaded */
|
||||
wcstring path;
|
||||
wcstring last_path;
|
||||
|
||||
/**
|
||||
A table containing all the files that are currently being
|
||||
|
||||
Reference in New Issue
Block a user