diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:18:39 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:18:39 +0000 |
commit | c36c2be37a369527efc214e996935b456db28d65 (patch) | |
tree | 2158d09c5aec46134d49fe885372838e148942b9 /Completion | |
parent | 5a3f1e942289600abbf76dc97b55fcae1628f3bf (diff) | |
download | zsh-c36c2be37a369527efc214e996935b456db28d65.tar.gz zsh-c36c2be37a369527efc214e996935b456db28d65.tar.xz zsh-c36c2be37a369527efc214e996935b456db28d65.zip |
moved from Completion/Builtins/_functions
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Zsh/Type/_functions | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Completion/Zsh/Type/_functions b/Completion/Zsh/Type/_functions new file mode 100644 index 000000000..5a4ecfe59 --- /dev/null +++ b/Completion/Zsh/Type/_functions @@ -0,0 +1,5 @@ +#compdef functions unfunction + +local expl + +_wanted functions expl 'shell function' compadd "$@" -k functions |