diff options
| author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-11 09:40:13 +0000 |
|---|---|---|
| committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-11 09:40:13 +0000 |
| commit | 3d0f90ba2b52aa93b9176362c3f1d479f21f220f (patch) | |
| tree | 21860ec2e4f45695b40b038230a6a9648c36e08f /Completion/Core/_match | |
| parent | _make uses $words[1] for command name (10635) (diff) | |
| download | zsh-3d0f90ba2b52aa93b9176362c3f1d479f21f220f.tar zsh-3d0f90ba2b52aa93b9176362c3f1d479f21f220f.tar.gz zsh-3d0f90ba2b52aa93b9176362c3f1d479f21f220f.tar.bz2 zsh-3d0f90ba2b52aa93b9176362c3f1d479f21f220f.tar.lz zsh-3d0f90ba2b52aa93b9176362c3f1d479f21f220f.tar.xz zsh-3d0f90ba2b52aa93b9176362c3f1d479f21f220f.tar.zst zsh-3d0f90ba2b52aa93b9176362c3f1d479f21f220f.zip | |
make _oldlist ignore list from _complete_help; _match runs for every match spec from matcher-list; _approximate doesn't redefine compadd if that is already a function (10641)
Diffstat (limited to 'Completion/Core/_match')
| -rw-r--r-- | Completion/Core/_match | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Core/_match b/Completion/Core/_match index 18dab7423..3059935d8 100644 --- a/Completion/Core/_match +++ b/Completion/Core/_match @@ -9,7 +9,7 @@ # expand-or-complete function because otherwise the pattern will # be expanded using globbing. -[[ _matcher_num -gt 1 ]] && return 1 +### Shouldn't be needed any more: [[ _matcher_num -gt 1 ]] && return 1 local tmp opm="$compstate[pattern_match]" ret=0 orig ins |
