Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
env -u completion doesn't work when there is a command
- X-seq: zsh-workers 22563
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: env -u completion doesn't work when there is a command
- Date: Sun, 30 Jul 2006 20:00:31 +0200
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi,
With zsh 4.3.2, if I type:
env -u LIBR[TAB]
I get:
env -u LIBRARY_PATH
(because LIBRARY_PATH is defined here), but if I type:
env -u LIBR[TAB] gcc
where the cursor is after LIBR, the completion doesn't work.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
Messages sorted by:
Reverse Date,
Date,
Thread,
Author