Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
problem with _sysrc in zsh 5.3
- X-seq: zsh-workers 40596
- From: Eric Cook <llua@xxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: problem with _sysrc in zsh 5.3
- Date: Sat, 18 Feb 2017 23:35:54 -0500
- 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
When completing arguments to sysrc, the following errors appears in zsh 5.3
# sysrc
_describe:21: bad option: -C
(eval):1: bad substitution
(eval):1: not an identifier: [_-]=* r:|=*[@]
This wasn't an problem with 5.2 from what i remember and when i move _value's
-w option to appear after -C, the error doesn't appear.
I also have a few personal completers that also calls _values -w -C ...
but luckly nothing else in Completion/* does it.
What change caused this?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author