mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
44809: _typeset: Complete 'functions -c'
This commit is contained in:
parent
7b24b2662e
commit
c263b79c59
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2019-10-14 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 44809: Completion/Zsh/Command/_typeset: Complete 'functions -c'
|
||||
|
||||
2019-10-12 dana <dana@dana.is>
|
||||
|
||||
* 44767: Completion/Base/Core/_description: Ignore -J
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue