mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
zsh-workers/7866
This commit is contained in:
parent
b29dec62db
commit
54663ccea9
2 changed files with 5 additions and 2 deletions
|
|
@ -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