mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-09 12:21:14 +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"
|
||||
if [[ "${2[1]}" = '(' ]]; then
|
||||
matches=( ${2[2,-2]} )
|
||||
matches=( ${=2[2,-2]} )
|
||||
else
|
||||
matches=( "${(@P)2}" )
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue