aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/complete.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2016-02-17 15:56:26 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2016-02-18 17:00:26 -0800
commit99e18d9cef17a9e5ef3b0cefc88c2f8f54c38bf5 (patch)
tree9c6020ebfeb8a40fae4f40ca30c60fefa97ed753 /src/complete.cpp
parent718d9baead9d900936c9fd6911e387732f706770 (diff)
Remove autosuggest_suggest_special
Diffstat (limited to 'src/complete.cpp')
-rw-r--r--src/complete.cpp2
1 files changed, 1 insertions, 1 deletions
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 */