Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Is there a way to do an automatic list-choices after successful completion of directory name?
- X-seq: zsh-users 10504
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "Zsh Users' List" <zsh-users@xxxxxxxxxx>
- Subject: Re: Is there a way to do an automatic list-choices after successful completion of directory name?
- Date: Sun, 09 Jul 2006 11:15:25 -0700
- In-reply-to: <dbfc82860607091103w2476723j4be1fba7453d4913@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <dbfc82860607071129u27fff7e2l827d3e2bc62fbfd1@xxxxxxxxxxxxxx> <dbfc82860607090836g299ae3c4g78250770a845d399@xxxxxxxxxxxxxx> <060709102815.ZM10543@xxxxxxxxxxxxxxxxxxxxxx> <dbfc82860607091103w2476723j4be1fba7453d4913@xxxxxxxxxxxxxx>
On Jul 9, 11:04am, Nikolai Weibull wrote:
}
} By the way, why is there a leading and trailing space in $_lastcomp[tags]?
It's a space-separated list, so if it has a leading and trailing space
it can easily be scanned for a specific entry with
[[ $_lastcomp[tags] = *" entry "* ]]
--
Messages sorted by:
Reverse Date,
Date,
Thread,
Author