Allow appending path hints to history items after they have been added,

allowing us to avoid the delay before items appear in history. Should
fix #984
This commit is contained in:
ridiculousfish
2014-03-28 23:22:03 -07:00
parent 7248b2213d
commit aa1b065dd1
4 changed files with 178 additions and 69 deletions

View File

@@ -1353,7 +1353,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)