Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion with ksh_arrays broken since 4.3.12
- X-seq: zsh-workers 29595
- From: Christopher Zimmermann <madroach@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: completion with ksh_arrays broken since 4.3.12
- Date: Fri, 22 Jul 2011 15:04:02 +0200
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi,
I just upgraded to zsh 4.3.12 and now completion with zsh_arrays is broken:
% compinit
% setopt ksh_arrays
% ls [TAB]
(eval):2: bad set of key/value pairs for associative array
_main_complete:126: command not found: [@][@]
_main_complete:165: command not found: _complete[@]
_main_complete:186: bad output format specification
% ls
Regards,
Christopher Zimmermann
Messages sorted by:
Reverse Date,
Date,
Thread,
Author