diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-10-22 21:54:06 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-10-24 00:53:36 +0000 |
commit | 4eef3e6f0e2f7e258c961b30cef7f4d463fb8b2f (patch) | |
tree | 92c57b3ecca651b636ae17c8af25475ae9680923 /Completion/Unix | |
parent | f1c0480afc49ce2accc70c69cf0aa3a975c1563c (diff) | |
download | zsh-4eef3e6f0e2f7e258c961b30cef7f4d463fb8b2f.tar.gz zsh-4eef3e6f0e2f7e258c961b30cef7f4d463fb8b2f.tar.xz zsh-4eef3e6f0e2f7e258c961b30cef7f4d463fb8b2f.zip |
39708: Document _email_addresses.
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | Completion/Unix/Type/_email_addresses | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Unix/Type/_email_addresses b/Completion/Unix/Type/_email_addresses index 7d5c942de..8a5877a9c 100644 --- a/Completion/Unix/Type/_email_addresses +++ b/Completion/Unix/Type/_email_addresses @@ -5,6 +5,8 @@ # -s sep - complete a list of addresses separated by specified character # -c - e-mail address must be of form user@host (no comments or aliases) # +# TODO: with -n, have the named plugin complete not only aliases but also addresses? +# # Plugins are written as separate functions with names starting `_email-'. # They should either do their own completion or return the addresses in the # reply array in the form 'alias:address' and return 300. The -c option is |