From d05b3e675ee6ca508ac242d2760ffc49a55753ac Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Wed, 12 Jul 2000 09:01:40 +0000 Subject: check if options were completed (12225) --- Completion/Linux/_rpm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Completion/Linux') diff --git a/Completion/Linux/_rpm b/Completion/Linux/_rpm index e17fa9c5c..e047af6d6 100644 --- a/Completion/Linux/_rpm +++ b/Completion/Linux/_rpm @@ -41,7 +41,7 @@ # Used by `_arguments', made local here. -local curcontext="$curcontext" state lstate line +local curcontext="$curcontext" state lstate line nm="$compstate[nmatches]" typeset -A opt_args state='' @@ -246,6 +246,8 @@ while [[ -n "$state" ]]; do _files "$expl[@]" -/ && ret=0 ;; esac + + [[ ret -eq 0 || $nm -ne $compstate[nmatches] ]] && return 0 done return ret -- cgit 1.4.1