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

Re: evallineno not loading



[...]
> 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}
[...]

Or "set -o" or "set +o" like in any POSIX shell (except bash
which has two separate sets of options).

Note that zsh/parameter these days should be loaded
automatically when you access $options.

-- 
Stephane




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