about summary refs log tree commit diff
path: root/Completion/Cvs/_cvs_edit
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_edit
parentd0211185d415dc22f6ef8ee58c8bf9d7cf48c1c3 (diff)
downloadzsh-6fa0143d34ff51faf14e729c6523f74357977ed2.tar.gz
zsh-6fa0143d34ff51faf14e729c6523f74357977ed2.tar.xz
zsh-6fa0143d34ff51faf14e729c6523f74357977ed2.zip
remove Completion/Cvs
Diffstat (limited to 'Completion/Cvs/_cvs_edit')
-rw-r--r--Completion/Cvs/_cvs_edit7
1 files changed, 0 insertions, 7 deletions
diff --git a/Completion/Cvs/_cvs_edit b/Completion/Cvs/_cvs_edit
deleted file mode 100644
index f8dac031d..000000000
--- a/Completion/Cvs/_cvs_edit
+++ /dev/null
@@ -1,7 +0,0 @@
-#autoload
-
-# "+lRa:"
-_arguments -s \
-  -{l,R} \
-  '-a+:action:(edit unedit commit all none)'
-  '*:file:_cvs_files'