mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
Merge branch 'master' of github.com:fish-shell/fish-shell
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user