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

Re: evallineno not loading



On Tue, Nov 24, 2020 at 12:51 PM Alexander Remus <adr.collect@xxxxxxxxx> wrote:
>
> I'm trying load evallineno option via 'setopt evallineno', but in the
> output of setopt it doesn't show. I downloaded and compiled the latest
> version from https://github.com/zsh-users/zsh, but still no luck. I am
> on Xubuntu 18.04 x64. Can anyone confirm this, or am I using it wrong?

evallineno is set by default, and `setopt` by default only shows the
difference between the current options and the default. You can use
this command to list all options:

  zmodload zsh/parameter && printf '%-20s %s\n' ${(@kv)options}

Roman.




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