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

%F doesn't work in format style



zstyle ':completion:*:corrections' format '%B---- %d (errors: %e)%b'
works fine
zstyle ':completion:*:corrections' format '%F{red}---- %f%d (errors: %e)%b'
produces
{red}---- corrections (errors: 2)
(unformatted)

The manpage claims
  This  string  may  also  contain  the  sequences
  to specify output attributes, such as `%B', `%S' and `%{...%}'

Is %F such as %B? :) It's listed in the same section anyway.

-- 
Mikael Magnusson



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