From 2273fe478a750fbe0ec368933513de7e22e7761a Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 31 Oct 2017 00:55:02 +0100 Subject: 41965: complete new functions -W and zmodload -s options --- Completion/Zsh/Command/_typeset | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Completion/Zsh/Command/_typeset') diff --git a/Completion/Zsh/Command/_typeset b/Completion/Zsh/Command/_typeset index fb9e3ab5e..e4446a6ff 100644 --- a/Completion/Zsh/Command/_typeset +++ b/Completion/Zsh/Command/_typeset @@ -41,6 +41,7 @@ allargs=( uf '-u[mark function for autoloadling]' up '-u[convert the value to uppercase]' w '(-k -z)-w[specify that arguments refer to files compiled with zcompile]' + W '-+W[turn on WARN_NESTED_VAR for function]' x "($fopts)-+x[export parameter]" z "($popts -k -w)-+z[mark function for zsh-style autoloading]" ) @@ -54,7 +55,7 @@ case ${service} in ;; float) use="EFHghlprtux";; functions) - use="UkmTtuzM" + use="UkmTtuzMW" func=f allargs[M]='(-k -t -T -u -U -z -M +M +k +t +z)-+M[define mathematical function]' ;; -- cgit 1.4.1