mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 22:32:12 +02:00
zsh-workers/9855
This commit is contained in:
parent
171f9b8c9c
commit
870a0699ce
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ typeset -U tmp2
|
|||
|
||||
zparseopts -D -a sopts \
|
||||
'J:=group' 'V:=group' 'X:=expl' 'P:=opts' 'F:=opts' \
|
||||
S: r: R: q 1 2 n 'M+:=match' 'i=imm'
|
||||
S: r: R: q 1 2 n f 'M+:=match' 'i=imm'
|
||||
|
||||
sopts=( "$sopts[@]" "$opts[@]" )
|
||||
if (( $#match )); then
|
||||
|
|
|
@ -2121,7 +2121,7 @@ often the expected behaviour. But if tt(_multi_parts) should behave
|
|||
like completing pathnames, the tt(-i) option should not be used.
|
||||
|
||||
Like other utility functions, this function accepts the `tt(-V)',
|
||||
`tt(-J)', `tt(-1)', `tt(-2)', `tt(-n)', `tt(-X)', `tt(-M)', `tt(-P)',
|
||||
`tt(-J)', `tt(-1)', `tt(-2)', `tt(-n)', `tt(-f)', `tt(-X)', `tt(-M)', `tt(-P)',
|
||||
`tt(-S)', `tt(-r)', `tt(-R)', and `tt(-q)' options and passes them to
|
||||
the tt(compadd) builtin.
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue