From fac39932e902586b7c7ece5667a3651d7ad4fede Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 22 Nov 2002 11:50:00 +0000 Subject: 17958: with new argument parsing, -k can be imediately followed by arg --- Completion/Zsh/Command/_read | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Completion/Zsh/Command/_read b/Completion/Zsh/Command/_read index 5508c90ed..d94e8b65f 100644 --- a/Completion/Zsh/Command/_read +++ b/Completion/Zsh/Command/_read @@ -9,7 +9,7 @@ local pflag _arguments -s -A "-*" -S \ '-r[raw mode]' \ '(-p -k -s -u -z)-q[read y or n character from terminal]' \ - '(-q)-k[specify number of characters to read]:number of characters' \ + '(-q)-k+[specify number of characters to read]:number of characters' \ '(-q -s -u -p)-z[read entry from editor buffer stack]' \ '(-E)-e[input read is echoed and not assigned]' \ '(-e)-E[input read is echoed]' \ -- cgit 1.4.1