Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Completion doesn't work on symlink to . with ignore-parents



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