about summary refs log tree commit diff
path: root/Completion/Cvs/_cvs_user_variable
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_user_variable
parentd0211185d415dc22f6ef8ee58c8bf9d7cf48c1c3 (diff)
downloadzsh-6fa0143d34ff51faf14e729c6523f74357977ed2.tar.gz
zsh-6fa0143d34ff51faf14e729c6523f74357977ed2.tar.xz
zsh-6fa0143d34ff51faf14e729c6523f74357977ed2.zip
remove Completion/Cvs
Diffstat (limited to 'Completion/Cvs/_cvs_user_variable')
-rw-r--r--Completion/Cvs/_cvs_user_variable7
1 files changed, 0 insertions, 7 deletions
diff --git a/Completion/Cvs/_cvs_user_variable b/Completion/Cvs/_cvs_user_variable
deleted file mode 100644
index 6768d2dee..000000000
--- a/Completion/Cvs/_cvs_user_variable
+++ /dev/null
@@ -1,7 +0,0 @@
-#autoload
-
-if compset -P '*='; then
-  _default
-else
-  _message "variable=value"
-fi