diff options
author | Clint Adams <clint@users.sourceforge.net> | 2002-04-12 23:22:57 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2002-04-12 23:22:57 +0000 |
commit | ed447dd9b743e922faf038620e7b05307bda14f8 (patch) | |
tree | e810400daf80d8f6c30aeab6a4383f57cca53e9d | |
parent | 0d4c01749c417a75bcc985177532cbda5dd416ae (diff) | |
download | zsh-ed447dd9b743e922faf038620e7b05307bda14f8.tar.gz zsh-ed447dd9b743e922faf038620e7b05307bda14f8.tar.xz zsh-ed447dd9b743e922faf038620e7b05307bda14f8.zip |
16972: complete for aaaa, zone, mx, soa, txt.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/Unix/Type/_hosts | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 778419d73..faae79d32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-12 Clint Adams <clint@zsh.org> + + * 16972: Completion/Unix/Type/_hosts: complete for aaaa, zone, mx, + soa, txt. + 2002-04-09 Felix Rosencrantz <f_rosencrantz@yahoo.com> * 16955: Completion/Unix/Type/.distfiles, diff --git a/Completion/Unix/Type/_hosts b/Completion/Unix/Type/_hosts index fc2970cb9..a058b28da 100644 --- a/Completion/Unix/Type/_hosts +++ b/Completion/Unix/Type/_hosts @@ -1,4 +1,4 @@ -#compdef ftp ping rwho rup xping traceroute host +#compdef ftp ping rwho rup xping traceroute host aaaa zone mx ns soa txt local expl hosts |