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

Re: Can be newest completions used with e.g. 5.0.2, or 4.x



On 6 June 2016 at 10:16, Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> The ${(b)foo} syntax has been added.

Eh, I thought that things like typeset -a*=() will be easy to convert
to traditional syntax in name of robustness. Code that runs on any
version, like z-sy-h, that runs on 4.3.9. But (b) can be added in the
name of robustness too. Code that doesn't break in edge cases.

> The _cmdstring completion function has been added.

This can be simply copied to previous Zsh version?

> Some completion library functions have received bugfixes (_arguments) or
> new features (_describe).

That also can be copied.

> There might be new builtin parameters, but I don't recall one aimed at
> completion functions specifically.

That would be problematic.

Best regards,
Sebastian Gniazdowski



Messages sorted by: Reverse Date, Date, Thread, Author