mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
42299: correct optional argument
This commit is contained in:
parent
b5572f9037
commit
aabf978fce
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2018-01-23 Oliver Kiddle <okiddle@yahoo.co.uk>
|
||||
|
||||
* 42299: Completion/Zsh/Command/_typeset: correct optional argument
|
||||
|
||||
* Matthew Martin: 42309: Completion/Unix/Command/_dhclient,
|
||||
Completion/Unix/Command/_id, Completion/Unix/Command/_install:
|
||||
A few small updates for OpenBSD
|
||||
|
|
|
@ -30,7 +30,7 @@ allargs=(
|
|||
k "($popts -w -z)-+k[mark function for ksh-style autoloading]"
|
||||
l "($popts -T)-l[convert the value to lowercase]"
|
||||
m '(-A -E -F -T -i)-m[treat arguments as patterns]'
|
||||
p '-p+[output parameters in form of calls to typeset]:option:((1\:multi-line\ output\ of\ arrays))'
|
||||
p '-p+[output parameters in form of calls to typeset]::option:((1\:multi-line\ output\ of\ arrays))'
|
||||
r '(-f)-+r[mark parameters as readonly]'
|
||||
rf '-r[remember autoload path]'
|
||||
Rf '-R[remember autoload path, error if not found]'
|
||||
|
|
Loading…
Reference in a new issue