Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Stopping wrap-round in menu completion?
- X-seq: zsh-users 2604
- From: Adam Spiers <adam@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh users mailing list <zsh-users@xxxxxxxxxxxxxx>
- Subject: Stopping wrap-round in menu completion?
- Date: Thu, 16 Sep 1999 16:51:13 +0100
- Mail-followup-to: zsh users mailing list <zsh-users@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
Is it possible to prevent wrap-round (looping) in menu completion? I
have a _history_complete_word which returns unsorted matches via
compgen -V (hence sorted by the time they went in the history), but if
I menu complete beyond the oldest match, I'd like nothing to happen.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author