From 9f9b6e165516c4ee59b1f5b609a6890ccc3d598f Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Fri, 5 May 2000 13:38:45 +0000 Subject: completion function cleanup for `_arguments' with the `-C' option and using it's return value (11195) --- Completion/Builtins/_zpty | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Completion/Builtins/_zpty') diff --git a/Completion/Builtins/_zpty b/Completion/Builtins/_zpty index e766e509e..f3e271342 100644 --- a/Completion/Builtins/_zpty +++ b/Completion/Builtins/_zpty @@ -1,6 +1,7 @@ #compdef zpty -local state line list names expl +local state line list names expl curcontext="$curcontext" +typeset -A opt_args _arguments -C -s \ '(-d -w -r -L)-e[echo input characters]' \ -- cgit 1.4.1