Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_cvs(&_arguments) bug
- X-seq: zsh-workers 16376
- From: Felix Rosencrantz <f_rosencrantz@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: _cvs(&_arguments) bug
- Date: Thu, 27 Dec 2001 21:59:23 -0800 (PST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
There is a bug with the _cvs completion functions. Though, I would also
say it is also bug in _arguments.
The problem occurs with the functions _cvs_update & _cvs_checkout.
The problem is that the "-A" flag does not get completed for these
sub-commands, when it should be. The reason is that the intended "-A"
specification is being interpreted as a flag to _arguments, rather than
as a specification.
The fix is easy for the _cvs_* functions; just move the intended -A
specifications from the front of the list.
Though, I think _arguments should also be modified to provide a way to say that
there is an end to the flags being given to _arguments, and the specifications
are starting. It's an easy mistake to make.
-FR.
__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author