zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] _typeset: Complete 'functions -c'
@ 2019-10-10  3:48 Daniel Shahaf
  0 siblings, 0 replies; only message in thread
From: Daniel Shahaf @ 2019-10-10  3:48 UTC (permalink / raw)
  To: zsh-workers

---
 Completion/Zsh/Command/_typeset | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Completion/Zsh/Command/_typeset b/Completion/Zsh/Command/_typeset
index fb7189c77..ae33ae539 100644
--- a/Completion/Zsh/Command/_typeset
+++ b/Completion/Zsh/Command/_typeset
@@ -61,6 +61,7 @@ case ${service} in
       '(-k -t -T -u -U -W -x -z -M +M +k +t +W +z)-+M[define mathematical function]'
       '(-k -m -t -T -u -U -W -x -z +M +k +t +W +z)-s[define mathematical function that takes a string argument]'
       '(-M)-x+[specify spaces to use for indentation]:spaces'
+      '(-* +*)-c[copy shell function to another name]:old name:_functions:new name:_functions'
     )
   ;;
   integer)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-10  3:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-10  3:48 [PATCH] _typeset: Complete 'functions -c' Daniel Shahaf

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).