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:
parent
3e7fb1bef6
commit
c7f3045009
1 changed files with 1 additions and 1 deletions
|
@ -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]}"
|
||||
|
|
Loading…
Reference in a new issue