From 779b36d8442997a42de3fb5c032fbb984498182a Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 11 Feb 2000 19:46:32 +0000 Subject: zsh-3.1.6-dev-18 --- Completion/Base/_arguments | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Base') diff --git a/Completion/Base/_arguments b/Completion/Base/_arguments index 19288b7ca..258b56b3a 100644 --- a/Completion/Base/_arguments +++ b/Completion/Base/_arguments @@ -256,8 +256,8 @@ if (( $# )) && comparguments -i "$autod" "$@"; then if [[ -z "$matched$mesg" ]] && _requested options && { ! zstyle -t ":completion:${curcontext}:options" prefix-needed || - [[ ( "$origpre" = [-+]* || -z "$aret$mesg" ) && - nm -eq compstate[nmatches] ]] } ; then + [[ "$origpre" = [-+]* || + ( -z "$aret$mesg" && nm -eq compstate[nmatches] ) ]] } ; then local prevpre="$PREFIX" previpre="$IPREFIX" PREFIX="$origpre" -- cgit 1.4.1