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:
parent
1353a03150
commit
0dab0fda77
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue