From 0dab0fda771cadb96fa0cf8c242034f357f8e18b Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 21 Feb 2000 09:35:50 +0000 Subject: zsh-workers/9806 --- 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 aa7a0507b..6f758f761 100644 --- a/Completion/Core/_multi_parts +++ b/Completion/Core/_multi_parts @@ -31,7 +31,7 @@ fi sep="$1" if [[ "${2[1]}" = '(' ]]; then - matches=( ${2[2,-2]} ) + matches=( ${=2[2,-2]} ) else matches=( "${(@P)2}" ) fi -- cgit 1.4.1