mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-23 01:31:27 +01:00
zsh-workers/7866
This commit is contained in:
parent
b29dec62db
commit
54663ccea9
2 changed files with 5 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ local state line muttrc="~/.muttrc" ret=1
|
|||
'-e:post-init configuration:' \
|
||||
'-f+:mailbox:_mailboxes' \
|
||||
'-F+:init file:_files' \
|
||||
'-h+:help' \
|
||||
'-h+:help:' \
|
||||
'-H+:draft file:_files' \
|
||||
'-i:include file:_files' \
|
||||
'-m+:default mailbox type:(mbox MMDF MH Maildir)' \
|
||||
|
|
|
|||
|
|
@ -839,7 +839,10 @@ in an expansion like `tt($expl[@])').
|
|||
|
||||
In places where no sensible matches can be generated, the action
|
||||
should consist of only a space. This will make the var(message) be
|
||||
displayed but no possible completions listed.
|
||||
displayed but no possible completions listed. Note that even in this
|
||||
case the colon at the end of the var(message) is needed. The only case
|
||||
where it can be left is when neither a var(message), nor a var(action)
|
||||
is given.
|
||||
|
||||
To include a colon in the var(message) or the var(action), it has to
|
||||
be preceded by a backslash.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue