From 719acaf241ed24c2f18a5ac750cb0beb87c3acc1 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 14 Feb 2000 13:03:36 +0000 Subject: zsh-workers/9713 --- Completion/Base/_arguments | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Base/_arguments b/Completion/Base/_arguments index 258b56b3a..ddd9d4c06 100644 --- a/Completion/Base/_arguments +++ b/Completion/Base/_arguments @@ -254,7 +254,7 @@ if (( $# )) && comparguments -i "$autod" "$@"; then fi fi - if [[ -z "$matched$mesg" ]] && _requested options && + if [[ -z "$matched" ]] && _requested options && { ! zstyle -t ":completion:${curcontext}:options" prefix-needed || [[ "$origpre" = [-+]* || ( -z "$aret$mesg" && nm -eq compstate[nmatches] ) ]] } ; then -- cgit 1.4.1