Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
hash subscript pattern matching
- X-seq: zsh-workers 25811
- From: Stephane Chazelas <Stephane_Chazelas@xxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: hash subscript pattern matching
- Date: Sun, 5 Oct 2008 16:30:33 +0100
- Mail-followup-to: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi,
With the current debian zsh-beta, I see:
~$ cd
_init_d:17: no such file or directory: /etc/init.d/cd
~$ cd st 16:28
start stop
for every command I try completion with. It seems to be down to
line 26 in _dispatch and this:
~$ zsh -f
% typeset -A a; a=('*/(init|rc[0-9S]#).d/*' _init_d 'zf*' _zftp)
% echo ${(@)a[(K)asdad]}
_init_d
% echo $ZSH_VERSION
4.3.6-dev-0+0929
%
--
Stéphane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author