41927: complete "typeset -p"'s optional argument for multi-line output

This commit is contained in:
Oliver Kiddle 2017-10-28 23:21:35 +02:00
parent 1a5d8a6916
commit de425db94f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-10-28 Oliver Kiddle <opk@zsh.org>
* 41927: Completion/Zsh/Command/_typeset: complete
"typeset -p"'s optional argument for multi-line output
2017-10-25 Alexey Sokolov <sokolov@google.com>
* 41952: Functions/VCS_Info/Backends/VCS_INFO_get_data_hg: Use

View File

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