mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
Temporarily disable background completions
This commit is contained in:
parent
94a764d6ea
commit
8f637975a4
1 changed files with 1 additions and 1 deletions
|
@ -1261,7 +1261,7 @@ struct autosuggestion_context_t {
|
|||
|
||||
/* Try normal completions */
|
||||
std::vector<completion_t> completions;
|
||||
complete2(search_string, completions, COMPLETE_AUTOSUGGEST);
|
||||
//complete2(search_string, completions, COMPLETE_AUTOSUGGEST);
|
||||
if (! completions.empty()) {
|
||||
this->autosuggestion = this->search_string;
|
||||
this->autosuggestion.append(completions.at(0).completion);
|
||||
|
|
Loading…
Reference in a new issue