1
0
Fork 0
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:
Tanaka Akira 1999-09-16 16:19:44 +00:00
parent b29dec62db
commit 54663ccea9
2 changed files with 5 additions and 2 deletions

View file

@ -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.