Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Removing already completed items from future completions?
- X-seq: zsh-workers 21549
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Removing already completed items from future completions?
- Date: Fri, 29 Jul 2005 12:56:02 -0700
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
It sure would be nice if a completer could be made to remove items that
had already been inserted into the command-line. For instance, in the
completion for cvs: if I type "cvs commit <I>", and it mentions "foo"
and "bar", I'd sure love it if "cvs commit foo <I>" would just insert
"bar" (since "foo" would have been omitted from the list).
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author