about summary refs log tree commit diff
path: root/Completion/Cvs/_cvs_add
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-06 18:22:01 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-06 18:22:01 +0000
commit6fa0143d34ff51faf14e729c6523f74357977ed2 (patch)
treeb8a1926825d51d2a72bd3612fc4743a09fc94d0c /Completion/Cvs/_cvs_add
parentd0211185d415dc22f6ef8ee58c8bf9d7cf48c1c3 (diff)
downloadzsh-6fa0143d34ff51faf14e729c6523f74357977ed2.tar.gz
zsh-6fa0143d34ff51faf14e729c6523f74357977ed2.tar.xz
zsh-6fa0143d34ff51faf14e729c6523f74357977ed2.zip
remove Completion/Cvs
Diffstat (limited to 'Completion/Cvs/_cvs_add')
-rw-r--r--Completion/Cvs/_cvs_add7
1 files changed, 0 insertions, 7 deletions
diff --git a/Completion/Cvs/_cvs_add b/Completion/Cvs/_cvs_add
deleted file mode 100644
index 7af7c2ed0..000000000
--- a/Completion/Cvs/_cvs_add
+++ /dev/null
@@ -1,7 +0,0 @@
-#autoload
-
-# "+k:m:"
-_arguments -s \
-  '-k+:keyword substitution:_cvs_k' \
-  '-m+:message:_cvs_m' \
-  '*:file:_cvs_files_unmaintained' \