about summary refs log tree commit diff
path: root/Completion/Rpm/_rpm_arguments
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-06 11:35:28 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-06 11:35:28 +0000
commit53274119bb69acff9579ce5284b9210b6fed8826 (patch)
tree458445282bc7ba2e0f4479f160fe7c107f3e59a3 /Completion/Rpm/_rpm_arguments
parent8de47c906fb1c3bcc8bc22223f9ae24ce4b438d0 (diff)
downloadzsh-53274119bb69acff9579ce5284b9210b6fed8826.tar.gz
zsh-53274119bb69acff9579ce5284b9210b6fed8826.tar.xz
zsh-53274119bb69acff9579ce5284b9210b6fed8826.zip
Completion/Rpm is removed.
Diffstat (limited to 'Completion/Rpm/_rpm_arguments')
-rw-r--r--Completion/Rpm/_rpm_arguments8
1 files changed, 0 insertions, 8 deletions
diff --git a/Completion/Rpm/_rpm_arguments b/Completion/Rpm/_rpm_arguments
deleted file mode 100644
index caac00b25..000000000
--- a/Completion/Rpm/_rpm_arguments
+++ /dev/null
@@ -1,8 +0,0 @@
-#autoload
-
-_arguments \
-  -{v,vv} \
-  '-rcfile:resource file:_files' \
-  '--ftpproxy:FTP proxy server:_hosts' \
-  '--ftpport:FTP port number:' \
-  "$@"