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, 7 insertions, 0 deletions
diff --git a/Completion/Cvs/_cvs_user_variable b/Completion/Cvs/_cvs_user_variable
new file mode 100644
index 000000000..6768d2dee
--- /dev/null
+++ b/Completion/Cvs/_cvs_user_variable
@@ -0,0 +1,7 @@
+#autoload
+
+if compset -P '*='; then
+  _default
+else
+  _message "variable=value"
+fi