summaryrefslogtreecommitdiff
path: root/Completion/Core/_expand
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Core/_expand')
-rw-r--r--Completion/Core/_expand1
1 files changed, 0 insertions, 1 deletions
diff --git a/Completion/Core/_expand b/Completion/Core/_expand
index 9e7d3d122..d47251c5a 100644
--- a/Completion/Core/_expand
+++ b/Completion/Core/_expand
@@ -23,7 +23,6 @@ local exp word sort expr expl subd suf=" " force opt asp tmp opre pre epre
if [[ "$force" = *c* ]] ||
zstyle -t ":completion:${curcontext}:" completions; then
compstate[insert]=all
- [[ "$curcontext" = expand-word:* ]] && _complete && return 0
return 1
fi