mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-26 16:01:15 -03:00
LRU work to load functions off of the main thread.
We'll have to reevaluate this after we fix function autocomplete
This commit is contained in:
2
env.cpp
2
env.cpp
@@ -1836,4 +1836,4 @@ const wchar_t *env_vars::get(const wchar_t *key) const
|
||||
return (iter == vars.end() ? NULL : iter->second.c_str());
|
||||
}
|
||||
|
||||
const wchar_t * const env_vars::highlighting_keys[] = {L"PATH", L"CDPATH", L"HIGHLIGHT_DELAY", NULL};
|
||||
const wchar_t * const env_vars::highlighting_keys[] = {L"PATH", L"CDPATH", L"HIGHLIGHT_DELAY", L"fish_function_path", NULL};
|
||||
|
||||
Reference in New Issue
Block a user