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

Re: [PATCH] Increase $COLUMNS when generating long option completions



On Sat, Aug 7, 2021 at 12:56 PM Marlon Richert <marlon.richert@xxxxxxxxx> wrote:
>
> How does this patch look to you?

Frankly, it looks unnecessarily complicated.  What's the rationale for
using COLUMNS=999 as a command prefix in every "eval", rather than
just declaring once
  local -x COLUMNS=999
at the start of the function??  Why rearrange the other declarations?




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