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

Completion of files in subdirectories



It seems that the completion of files in subdirectories is broken
for commands that have a filter on the extension (e.g. ".pdf" for
xpdf, ".html" for lynx). For instance, I have a directory with:

  bar.html  foo.pdf

In this directory:

ypig% lynx [Tab]
bar.html   file:      ftp://     gopher://  http://    https://

and

ypig% xpdf [Tab]

gives foo.pdf as expected. But if I go to the parent directory:

ypig% lynx dir/[Tab]
bar.html  foo.pdf

ypig% xpdf dir/[Tab]
bar.html  foo.pdf

while I would have expected bar.html and foo.pdf respectively.

This is with: zsh 4.3.12-dev-1-cvs0820

-- 
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