about summary refs log tree commit diff
path: root/Completion/Cvs/_cvs_user_variable
diff options
context:
space:
mode:
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