aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-28 14:56:13 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-28 14:56:13 -0800
commit4eea68b5a4434c53e3ee828773617a90e8691aad (patch)
tree0f62820869ac18ec3ce12bdd0d436c3a1652dcd2 /env.cpp
parent87429bc03cb3fceef36b2957497992994b0c4f2a (diff)
LRU work to load functions off of the main thread.
We'll have to reevaluate this after we fix function autocomplete
Diffstat (limited to 'env.cpp')
-rw-r--r--env.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.cpp b/env.cpp
index c4cc9715..d6c294a9 100644
--- a/env.cpp
+++ b/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};