Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

problem with _sysrc in zsh 5.3



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