Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
compctl "-y" argument busted in 4.0.6
- X-seq: zsh-workers 18183
- From: gak@xxxxxxxxxxxxxx (Greg Klanderman)
- To: zsh-workers@xxxxxxxxxx (Zsh list)
- Subject: compctl "-y" argument busted in 4.0.6
- Date: Mon, 3 Feb 2003 20:12:28 -0500 (EST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: gak@xxxxxxxxxxxxxx
Hi again,
Still upgrading from 3.1.6... the following demonstrates
that compctl "-y" is broken in 4.0.6:
% setopt autolist noautomenu nolistbeep listambiguous listtypes
% compctl -k "(foo bar baz)" -y "(FOO BAR BAZ)" foobar
% foobar <TAB>
displays no completions at all!
If I type "f" then <TAB> it does complete correctly.
thanks,
Greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author