mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-30 07:01:22 -03:00
@@ -1483,7 +1483,7 @@ struct autosuggestion_context_t
|
||||
|
||||
/* Try handling a special command like cd */
|
||||
wcstring special_suggestion;
|
||||
if (autosuggest_suggest_special(search_string, working_directory, special_suggestion))
|
||||
if (autosuggest_suggest_special(search_string, working_directory, &special_suggestion))
|
||||
{
|
||||
this->autosuggestion = special_suggestion;
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user