Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: bug with completion (after 15 oct?)
- X-seq: zsh-workers 13083
- From: mason@xxxxxxxxxxxxxxx (Geoff Wing)
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: bug with completion (after 15 oct?)
- Date: 25 Oct 2000 10:24:14 GMT
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Organization: PrimeNet Computer Consultants
- References: mason@xxxxxxxxxxxxxxx's message of 25 Oct 2000 07:49:03 GMT <200010250817.KAA23761@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: mason@xxxxxxxxxxxxxxx
Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> typed:
:Geoff Wing wrote:
:Aha. It didn't find out that it had a new list. The patch adds a
:counter counting how often we have invalidated a completion list and
:then uses that counter to find out if the list displayed is the same
:as before.
OK, if that's what you committed, then here's the next quirk:
(continuation from same situation as before)
% ls ba<TAB><TAB><TAB><TAB><TAB>
# gives
% ls bar bar bar
# when I think it should still be cycling between them. I'll have to
# check the setopt's I gave but historically it would. Of course, it
# doesn't coredump :-) So that's better!
Regards,
Geoff
Messages sorted by:
Reverse Date,
Date,
Thread,
Author