aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-12-27 03:58:42 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-12-27 03:58:42 -0800
commit715823a6665a63df5a7ae6e5a9adcbe287626c1c (patch)
treeee5c765433fb3ce668ce5bf34925f92da13c5d13 /expand.cpp
parent6ce4b344e45baaa06bf593a5c0983da7a22eb64e (diff)
Bringup of function definitions, switch statements with new parser
Diffstat (limited to 'expand.cpp')
-rw-r--r--expand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/expand.cpp b/expand.cpp
index f743f8ab..a73118b8 100644
--- a/expand.cpp
+++ b/expand.cpp
@@ -1867,7 +1867,7 @@ bool expand_one(wcstring &string, expand_flags_t flags)
return true;
}
- if (expand_string(string, completions, flags))
+ if (expand_string(string, completions, flags | EXPAND_NO_DESCRIPTIONS))
{
if (completions.size() == 1)
{