From 870a0699ceede82eb498bfe9d0bad93909c8a9f5 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 24 Feb 2000 08:53:40 +0000 Subject: zsh-workers/9855 --- Completion/Core/_multi_parts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Core') diff --git a/Completion/Core/_multi_parts b/Completion/Core/_multi_parts index c31a519ca..c4182a6a1 100644 --- a/Completion/Core/_multi_parts +++ b/Completion/Core/_multi_parts @@ -15,7 +15,7 @@ typeset -U tmp2 zparseopts -D -a sopts \ 'J:=group' 'V:=group' 'X:=expl' 'P:=opts' 'F:=opts' \ - S: r: R: q 1 2 n 'M+:=match' 'i=imm' + S: r: R: q 1 2 n f 'M+:=match' 'i=imm' sopts=( "$sopts[@]" "$opts[@]" ) if (( $#match )); then -- cgit 1.4.1