From 430e2947951207e45b02ba1ebc04586d06ade021 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Thu, 21 Sep 2000 05:16:21 +0000 Subject: Fiddle with _expand_word and its doc. --- Completion/Core/_expand | 1 - 1 file changed, 1 deletion(-) (limited to 'Completion/Core') 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 -- cgit 1.4.1