diff --git a/reader.cpp b/reader.cpp index 168894dfd..0f95672e1 100644 --- a/reader.cpp +++ b/reader.cpp @@ -1261,7 +1261,7 @@ struct autosuggestion_context_t { /* Try normal completions */ std::vector 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);