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

stat() in compctl



First problem:

kempelen 68% compctl -g '(.*|*)(/)' cd
kempelen 69% ln -s /tmp .             
kempelen 70% ls
tmp@
kempelen 71% cd tm[TAB]
[BEEP]

Somewhere in compctl lstat() should be used instead of stat().

Second problem is, that the effect of !68 is not like regular file
completition, because list-choices on a null-string lists hidden directories, 
while regular file completition does not list hidden files.

Ervin



Messages sorted by: Reverse Date, Date, Thread, Author