diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-12 03:42:27 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-12 03:42:27 +0000 |
commit | c7bdc5f69ec2848f7485c7f778a147c8f3a0b390 (patch) | |
tree | a67c7a4b42c4528ebdf5c3db0ebde9e7e5c8ea3e /Completion | |
parent | 567917651a0ac6f595b062e0721267a8f1585b51 (diff) | |
download | zsh-c7bdc5f69ec2848f7485c7f778a147c8f3a0b390.tar.gz zsh-c7bdc5f69ec2848f7485c7f778a147c8f3a0b390.tar.xz zsh-c7bdc5f69ec2848f7485c7f778a147c8f3a0b390.zip |
remove
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/User/_hostports | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Completion/User/_hostports b/Completion/User/_hostports deleted file mode 100644 index 9e331bb8a..000000000 --- a/Completion/User/_hostports +++ /dev/null @@ -1,9 +0,0 @@ -#autoload - -# Usage: _hostport host - -local host="$1" -shift - -compadd "$@" - ${${(M)hosts\:#$host\:*}#*\:} - |