diff options
| author | Bart Schaefer <barts@users.sourceforge.net> | 2000-09-21 05:16:21 +0000 |
|---|---|---|
| committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-09-21 05:16:21 +0000 |
| commit | 430e2947951207e45b02ba1ebc04586d06ade021 (patch) | |
| tree | 16065657ed82782f8954b9de56d48d91865f87b3 /Completion/Core | |
| parent | 12848: Doc/Zsh/zle.yo: Alphabetize list of parameters (diff) | |
| download | zsh-430e2947951207e45b02ba1ebc04586d06ade021.tar zsh-430e2947951207e45b02ba1ebc04586d06ade021.tar.gz zsh-430e2947951207e45b02ba1ebc04586d06ade021.tar.bz2 zsh-430e2947951207e45b02ba1ebc04586d06ade021.tar.lz zsh-430e2947951207e45b02ba1ebc04586d06ade021.tar.xz zsh-430e2947951207e45b02ba1ebc04586d06ade021.tar.zst zsh-430e2947951207e45b02ba1ebc04586d06ade021.zip | |
Fiddle with _expand_word and its doc.
Diffstat (limited to 'Completion/Core')
| -rw-r--r-- | Completion/Core/_expand | 1 |
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 |
