Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_arguments bug
- X-seq: zsh-workers 11510
- From: Oliver Kiddle <opk@xxxxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: _arguments bug
- Date: Mon, 22 May 2000 17:07:41 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
_arguments doesn't work if the first argument doesn't exclude any other
arguments:
_foo() {
_arguments -C '-m[m]:m'
}
compdef _foo foo
foo -<tab>
This hangs until I press Ctrl-C. If I use '(-x)-m[m]:m' instead, it will
work.
This bug was not caused by any of this mornings patches as I was having
problems last week: it was only today that I tried to trace a cause.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author