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

Re: 'K' subscript flag with associative array?



On 1 March 2011 18:20, Benjamin R. Haskell <zsh@xxxxxxxxxx> wrote:
> On Tue, 1 Mar 2011, Mikael Magnusson wrote:
>
>> % echo ${(k)functions[(<tab>
>> ---- subscript flags
>
> Tangent: how do I get the completion system to display that line?

I suppose it's some/one of these

zstyle ':completion:*:descriptions' format "%B---- %d%b"
zstyle ':completion:*:messages' format '%B%U---- %d%u%b'
zstyle ':completion:*:warnings' format '%B%F{9}---- no match for: %d%f%b'
zstyle ':completion:*:corrections' format '%B---- %d %F{11}(errors: %e)%f%b'
zstyle ':completion:*:options' description 'yes'
zstyle ':completion:*:options' auto-description '%d'
zstyle ':completion:*' separate-sections 'yes'
zstyle ':completion:*' group-name ''
zstyle ':completion:*' prompt 'errors: %e'


-- 
Mikael Magnusson



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