1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-13 01:31:18 +02:00

zsh-workers/9806

This commit is contained in:
Tanaka Akira 2000-02-21 09:35:50 +00:00
parent 1353a03150
commit 0dab0fda77

View file

@ -31,7 +31,7 @@ fi
sep="$1" sep="$1"
if [[ "${2[1]}" = '(' ]]; then if [[ "${2[1]}" = '(' ]]; then
matches=( ${2[2,-2]} ) matches=( ${=2[2,-2]} )
else else
matches=( "${(@P)2}" ) matches=( "${(@P)2}" )
fi fi