aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-18 23:26:39 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-18 23:26:39 -0800
commitd8a99917386146f47fc178c80b1d07f9e94aa121 (patch)
treed019d7537180bb67a56605212787c32046923740 /highlight.cpp
parentca1c8243c8beadf1ba985c86237c894aef823b1f (diff)
Fix to avoid calling signal_block off of hte main thread
Diffstat (limited to 'highlight.cpp')
-rw-r--r--highlight.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/highlight.cpp b/highlight.cpp
index 55a02913..eea6eb21 100644
--- a/highlight.cpp
+++ b/highlight.cpp
@@ -528,7 +528,7 @@ static int has_expand_reserved( const wchar_t *str )
return 0;
}
-bool autosuggest_handle_special(const wcstring &str, const env_vars &vars, const wcstring &working_directory, bool *outSuggestionOK) {
+bool autosuggest_handle_special(const wcstring &str, const wcstring &working_directory, bool *outSuggestionOK) {
ASSERT_IS_BACKGROUND_THREAD();
assert(outSuggestionOK != NULL);