From 99e18d9cef17a9e5ef3b0cefc88c2f8f54c38bf5 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 17 Feb 2016 15:56:26 -0800 Subject: Remove autosuggest_suggest_special --- src/complete.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/complete.cpp') diff --git a/src/complete.cpp b/src/complete.cpp index 0a173a79..4c157778 100644 --- a/src/complete.cpp +++ b/src/complete.cpp @@ -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 */ -- cgit v1.2.3