Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Removing already completed items from future completions?
- X-seq: zsh-workers 21550
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Removing already completed items from future completions?
- Date: Sat, 30 Jul 2005 00:08:14 +0200
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=g+lFKBIr87sNe7/55Gr6SYqH/LgwpTiveMRjMx/nvhXgoDbI834Qbw5bhBSRdH7uriua1qLH5WCz8frvkwJMJ2XjGIOtWqEjdaA2FLBFWDIxwMWu0s6NXzHJYGUAzaw6nagUPvcFNq4v6guytiChYrk9ZM2F+gkSL7d0QrTTtOA=
- In-reply-to: <20050729195602.GD26009@xxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20050729195602.GD26009@xxxxxxxxx>
On 7/29/05, Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx> wrote:
> 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..
have you tried this?
zstyle ':completion:*:cvs:*' ignore-line yes
at least i think that should be right, i have this commented out in my
.zshrc which i think works, but i found it annoying:
#zstyle ':completion:*:rm:*' ignore-line yes
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author