From f77d7a9123b6169803d3379905c015cf0cb8cb49 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 26 Aug 1999 11:07:42 +0000 Subject: zsh-workers/7495 --- Completion/Cvs/_cvs_user_variable | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Completion/Cvs/_cvs_user_variable (limited to 'Completion/Cvs/_cvs_user_variable') 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 -- cgit 1.4.1