1
0
Fork 0
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:
Tanaka Akira 2000-02-24 08:53:40 +00:00
parent 171f9b8c9c
commit 870a0699ce
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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.
)