Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion listing with ksharrays
- X-seq: zsh-workers 9290
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Completion listing with ksharrays
- Date: 12 Jan 2000 01:10:14 +0900
- In-reply-to: Tanaka Akira's message of "12 Jan 2000 00:55:53 +0900"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <rsqk8lg38mu.fsf@xxxxxxxxxxxxxxxxx>
In article <rsqk8lg38mu.fsf@xxxxxxxxxxxxxxxxx>,
Tanaka Akira <akr@xxxxxxxxxxx> writes:
> I found that `cd -<TAB>' doesn't work with ksharrays.
> It is caused by the behaviour of dirstack parametar:
No. I found that `cd -<TAB>' problem is not dirstack/cd dependent.
Z(2):akr@is27e1u11% Src/zsh -f
is27e1u11% bindkey -e; autoload -U compinit; compinit -D
is27e1u11% zstyle ':completion*' group-name ''
is27e1u11% zstyle ':completion*:descriptions' format '%d'
is27e1u11% ls C<TAB>
file
CVS/ ChangeLog ChangeLog.3.0 Completion/ Config/
`ls C<TAB>' lists filenames beginning with `C' as above.
is27e1u11% setopt ksharrays
is27e1u11% ls C<TAB>
file
But when ksharrays is set, completions is not listed.
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author