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

Re: Issue with insert-sections style



Thanks Peter, this seems to work:

| zstyle ':completion:*:manuals' separate-sections true
| zstyle ':completion:*:manuals*' group-name ''
| zstyle ':completion:*:manuals*' format '%B%d completions:%b'

it took a little tracing of the completion system into _descriptions
to realize 'manuals.$sect' is a tag, not an argument value, and so
trying to do

| zstyle ':completion:*:manuals*:descriptions' format '%B%d completions:%b'

can't work.  And the description of the 'format' style in the manual
now makes a lot more sense.. :-)

thanks,
Greg



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