Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug in 3.1.9: REC_EXACT does not work with commands
- X-seq: zsh-workers 12277
- From: Christoph Lange <langec@xxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Bug in 3.1.9: REC_EXACT does not work with commands
- Date: Mon, 17 Jul 2000 15:37:52 +0200 (CEST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Reply-to: Christoph Lange <duke@xxxxxxxxxxxxxx>
Hi there,
when the REC_EXACT option is set in zsh-3.1.9, it does not work with
command names. Here is how it should be (and how it works in zsh-3.0.8):
% setopt recexact
% cp[Tab]
% cp _
Instead, zsh-3.1.9 ignores the option:
% setopt recexact
% cp[Tab]
cp cpio cpp
Christoph
--
"WYSIWYG is a step backwards. Human labor is used to do that which
the computer can do better." -- Andrew S. Tanenbaum
Christoph Lange, langec@xxxxxx, http://www.cul.de/home/yaph/, ICQ #51191833
Messages sorted by:
Reverse Date,
Date,
Thread,
Author