diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2019-10-10 03:48:12 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2019-10-14 01:24:47 +0000 |
| commit | c263b79c5930d7c298fd4b389683bf7bdbcea603 (patch) | |
| tree | f224c4727d6a09f05305ddffb9c766b1b4473f08 /Completion | |
| parent | unposted: Add missed ChangeLog entry for workers/44784 (diff) | |
| download | zsh-c263b79c5930d7c298fd4b389683bf7bdbcea603.tar zsh-c263b79c5930d7c298fd4b389683bf7bdbcea603.tar.gz zsh-c263b79c5930d7c298fd4b389683bf7bdbcea603.tar.bz2 zsh-c263b79c5930d7c298fd4b389683bf7bdbcea603.tar.lz zsh-c263b79c5930d7c298fd4b389683bf7bdbcea603.tar.xz zsh-c263b79c5930d7c298fd4b389683bf7bdbcea603.tar.zst zsh-c263b79c5930d7c298fd4b389683bf7bdbcea603.zip | |
44809: _typeset: Complete 'functions -c'
Diffstat (limited to 'Completion')
| -rw-r--r-- | Completion/Zsh/Command/_typeset | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
