zsh-workers
 help / color / mirror / code / Atom feed
* hash subscript pattern matching
@ 2008-10-05 15:30 Stephane Chazelas
  2008-10-05 16:11 ` Clint Adams
  0 siblings, 1 reply; 3+ messages in thread
From: Stephane Chazelas @ 2008-10-05 15:30 UTC (permalink / raw)
  To: Zsh hackers list

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-05 16:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-05 15:30 hash subscript pattern matching Stephane Chazelas
2008-10-05 16:11 ` Clint Adams
2008-10-05 16:30   ` Stephane Chazelas

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).