Remove autosuggest_suggest_special

This commit is contained in:
ridiculousfish
2016-02-17 15:56:26 -08:00
parent 718d9baead
commit 99e18d9cef
4 changed files with 1 additions and 109 deletions

View File

@@ -1388,7 +1388,7 @@ void completer_t::complete_param_expand(const wcstring &str, bool do_file, bool
if (handle_as_special_cd && do_file)
{
flags |= DIRECTORIES_ONLY | EXPAND_SPECIAL_CD;
flags |= DIRECTORIES_ONLY | EXPAND_SPECIAL_CD | EXPAND_NO_DESCRIPTIONS;
}
/* Squelch file descriptions per issue 254 */