zsh-users
 help / color / mirror / code / Atom feed
* Completion of files in subdirectories
@ 2011-09-02 11:23 Vincent Lefevre
  2011-09-02 13:10 ` Simon Ruderich
  2011-09-02 16:08 ` Bart Schaefer
  0 siblings, 2 replies; 6+ messages in thread
From: Vincent Lefevre @ 2011-09-02 11:23 UTC (permalink / raw)
  To: zsh-users

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@vinc17.net> - 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)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-09-05 21:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-02 11:23 Completion of files in subdirectories Vincent Lefevre
2011-09-02 13:10 ` Simon Ruderich
2011-09-02 13:16   ` Mikael Magnusson
2011-09-02 16:08 ` Bart Schaefer
2011-09-03 20:34   ` Simon Ruderich
2011-09-05 21:34   ` Alexey I. Froloff

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).