Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: unsorted completions?
- X-seq: zsh-users 2575
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: unsorted completions?
- Date: Mon, 6 Sep 1999 11:22:27 +0200 (MET DST)
- In-reply-to: Adam Spiers's message of Sun, 5 Sep 1999 22:48:26 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
Adam Spiers wrote:
> Am I right in thinking that you can't currently stop zsh sorting
> completion matches with the new completion system? I would really
> like to be able to do this for a variant of _history_complete_word, so
> that successive presses of a key produce progressively older matches
> from the history.
There are unsorted groups. You can just change the fifth line to:
_description -V expl 'history word'
(with a unchanged 3.1.6, change the last line to:
compgen -V hist -Q -H 0 ''
)
Hm, maybe this should be made a configuration key.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author