Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
buggy completion for zsh [TAB]
- X-seq: zsh-workers 30381
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: buggy completion for zsh [TAB]
- Date: Tue, 3 Apr 2012 16:38:53 +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
ypig% autoload -U compinit
ypig% compinit
ypig% touch foobar
ypig% zsh [TAB]
shows all the files in the working directory.
ypig% zsh foo[TAB]
foo.html foomatic-cleanupdrivers
foo2hiperc foomatic-combo-xml
foo2hiperc-wrapper foomatic-compiledb
foo2hp foomatic-configure
foo2hp2600-wrapper foomatic-datafile
foo2lava foomatic-extract-text
foo2lava-wrapper foomatic-fix-xml
foo2oak foomatic-getpjloptions
foo2oak-wrapper foomatic-kitload
foo2qpdl foomatic-nonumericalids
foo2qpdl-wrapper foomatic-perl-data
foo2slx foomatic-ppd-options
foo2slx-wrapper foomatic-ppd-to-xml
foo2xqx foomatic-ppdfile
foo2xqx-wrapper foomatic-preferred-driver
foo2zjs foomatic-printermap-to-gutenprint-xml
foo2zjs-icc2ps foomatic-printjob
foo2zjs-pstops foomatic-replaceoldprinterids
foo2zjs-wrapper foomatic-rip
foobar foomatic-searchprinter
foomatic-addpjloptions
ypig% zsh foob[TAB]
foobar
which is not expected when the completion is unique.
If any case, following [TAB]'s have no effect.
--
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 / AriC project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author