mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:41:16 -03:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user