From c263b79c5930d7c298fd4b389683bf7bdbcea603 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Thu, 10 Oct 2019 03:48:12 +0000 Subject: 44809: _typeset: Complete 'functions -c' --- ChangeLog | 4 ++++ Completion/Zsh/Command/_typeset | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index efdfded27..668ef3bfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-10-14 Daniel Shahaf + + * 44809: Completion/Zsh/Command/_typeset: Complete 'functions -c' + 2019-10-12 dana * 44767: Completion/Base/Core/_description: Ignore -J 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) -- cgit 1.4.1