1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-10 10:21:23 +02:00

zsh-workers/9755

This commit is contained in:
Tanaka Akira 2000-02-16 00:36:12 +00:00
parent 3e7fb1bef6
commit c7f3045009

View file

@ -23,7 +23,7 @@ local matchflags opt group expl nm=$compstate[nmatches] opre osuf opts match
# Get the options.
zparseopts -D -a opts \
'J:=group' 'V=:group' P: F: S: r: R: q 1 2 n 'X:=expl' 'M+:=match'
'J:=group' 'V:=group' P: F: S: r: R: q 1 2 n 'X:=expl' 'M+:=match'
if (( $#match )); then
match="${match[2]}"