Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug in zsh_directory_name_cdr completion?
- X-seq: zsh-workers 29636
- From: Nikolai Weibull <now@xxxxxxxx>
- To: Zsh Workers <zsh-workers@xxxxxxx>
- Subject: Bug in zsh_directory_name_cdr completion?
- Date: Wed, 3 Aug 2011 15:42:38 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=cdASYVD8WKH03/k/YEPQ32sN2Z/UG0oznGmV2rrYVF0=; b=Qy7mJSda8UBcOzL7SeTyi+eL50CwlYt209H7L84V304E73CruUcLd8CWf1XdCVgz73 SJaLmn8tDGIQCjELUurWp/7bm3ME39yWPjsakQDxHja865CpxXmZugRk/lMVvYxzs1CD aEyCb/WBHrCaIp2oNb3+JorFeYLn4Vlb1oBwc=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Sender: nikolai.weibull@xxxxxxxxx
Hi!
There seems to be a bug in zsh_directory_name_cdr_completion. When
trying to complete anything but the most recent directory, the
completion fails with “no matches for `recent directory index'”. That
is, cd ~[1<Tab> works, but cd ~[8<Tab> doesn’t.
Also, wouldn’t it be nice if cd ~[1]/<Tab> would offer completions
under the most recent directory, perhaps even expanding ~[1] to the
directory’s name so that the history gets the benefit of the
non-contextual directory name?
Also, I’m unable to use list-colors together with the dir-index tag:
zstyle ':completion:*:*:-subscript-:*:dir-index' list-colors …
What am I doing wrong?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author