about summary refs log tree commit diff
path: root/Completion/Zsh/Command
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2017-10-28 23:21:35 +0200
committerOliver Kiddle <opk@zsh.org>2017-10-28 23:21:35 +0200
commitde425db94f71cf0853b2abe446f46f177675c0cb (patch)
treef19076eaedea759d0399f156dabf2a3b5628a2e9 /Completion/Zsh/Command
parent1a5d8a6916667819ba09a247c90b1ced5e186464 (diff)
downloadzsh-de425db94f71cf0853b2abe446f46f177675c0cb.tar.gz
zsh-de425db94f71cf0853b2abe446f46f177675c0cb.tar.xz
zsh-de425db94f71cf0853b2abe446f46f177675c0cb.zip
41927: complete "typeset -p"'s optional argument for multi-line output
Diffstat (limited to 'Completion/Zsh/Command')
-rw-r--r--Completion/Zsh/Command/_typeset2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_typeset b/Completion/Zsh/Command/_typeset
index 160150234..fb9e3ab5e 100644
--- a/Completion/Zsh/Command/_typeset
+++ b/Completion/Zsh/Command/_typeset
@@ -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]'