aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-03-30 21:58:32 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-03-30 21:58:32 -0700
commit28fd1a4c5dd27b3438d095435eec1d5ffb24491c (patch)
tree227fd34177b4dc97ccb144b8dd131ffde0eda24c /reader.cpp
parentbd895aa76c318ab3bc1b2d7d43d05fd7a2ccdf84 (diff)
parent1177daecded5b8dac03097801d4d6111330e1cff (diff)
Merge branch 'master' of github.com:fish-shell/fish-shell
Diffstat (limited to 'reader.cpp')
-rw-r--r--reader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/reader.cpp b/reader.cpp
index 357f9a94..106a8d27 100644
--- a/reader.cpp
+++ b/reader.cpp
@@ -1403,7 +1403,7 @@ struct autosuggestion_context_t
search_string(term),
cursor_pos(pos),
searcher(*history, term, HISTORY_SEARCH_TYPE_PREFIX),
- detector(history, term),
+ detector(history),
working_directory(env_get_pwd_slash()),
vars(env_vars_snapshot_t::highlighting_keys),
generation_count(s_generation_count)