Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion doesn't work on symlink to . with ignore-parents
- X-seq: zsh-workers 28057
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Completion doesn't work on symlink to . with ignore-parents
- Date: Tue, 29 Jun 2010 10:54:49 +0200
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi,
ypig% ln -s . symlink
ypig% ls -l symlink
lrwxrwxrwx 1 vlefevre vlefevre 1 2010-06-29 10:48:49 symlink -> .
ypig% zstyle ':completion:*' completer _complete
ypig% zstyle ':completion:*' ignore-parents parent pwd
ypig% autoload -U compinit
ypig% compinit
ypig% rm sym[TAB]
doesn't complete to anything.
I have zsh 4.3.10 with some patches.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author