mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-18 15:21:16 +02:00
zsh-workers/8942
This commit is contained in:
parent
37b3d62f8e
commit
70ba779a49
1 changed files with 10 additions and 10 deletions
|
@ -154,17 +154,17 @@ highlighted using standout mode on a vt100-compatible terminal. If
|
||||||
neither tt(ZLS_COLORS) nor tt(ZLS_COLOURS) is set, the same terminal
|
neither tt(ZLS_COLORS) nor tt(ZLS_COLOURS) is set, the same terminal
|
||||||
control sequence as for the `tt(%S)' escape in prompts is used.
|
control sequence as for the `tt(%S)' escape in prompts is used.
|
||||||
|
|
||||||
Normally, the completion code may decide to not show of the matches in
|
The completion code sometimes decides not to show all of the matches
|
||||||
the list. These hidden matches are either matches for which the
|
in the list. These hidden matches are either matches for which the
|
||||||
completion function which added them explicitly requested that they
|
completion function which added them explicitly requested that they
|
||||||
don't appear in the list (using the tt(-n) option of the tt(compadd)
|
not appear in the list (using the tt(-n) option of the tt(compadd)
|
||||||
builtin command) or they are matches which show the the same string in
|
builtin command) or they are matches which duplicate a string already
|
||||||
the list (because they differ only in things like prefixes or suffixes
|
in the list (because they differ only in things like prefixes or
|
||||||
that are never listed). In the list used for menu-selection, however,
|
suffixes that are not displayed). In the list used for menu-selection,
|
||||||
even these matches will be shown so that it is possible to select
|
however, even these matches are shown so that it is possible to select
|
||||||
them. To be able to highlight such matches the tt(hi) and tt(mu)
|
them. To highlight such matches the tt(hi) and tt(mu) capabilities in
|
||||||
capabilities in the tt(ZLS_COLORS) and tt(ZLS_COLOURS) parameters are
|
the tt(ZLS_COLORS) and tt(ZLS_COLOURS) parameters are supported for
|
||||||
supported for hidden matches of the first and second kind, respectively.
|
hidden matches of the first and second kind, respectively.
|
||||||
|
|
||||||
Selecting matches is done by moving the mark around using the zle movement
|
Selecting matches is done by moving the mark around using the zle movement
|
||||||
functions. The zle functions tt(send-break) and tt(accept-line) can be used
|
functions. The zle functions tt(send-break) and tt(accept-line) can be used
|
||||||
|
|
Loading…
Reference in a new issue