mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-13 11:21:13 +02:00
zsh-workers/8756
This commit is contained in:
parent
3ec01b70ff
commit
7cccf04d56
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ In many of the possible contexts the completion system can generate
|
||||||
matches, and often it can generate multiple types of matches. Whenever
|
matches, and often it can generate multiple types of matches. Whenever
|
||||||
a completion function is about to generate such matches it first calls
|
a completion function is about to generate such matches it first calls
|
||||||
a utility function, telling it what types of matches can be
|
a utility function, telling it what types of matches can be
|
||||||
generated. These types are represented as simple names calld
|
generated. These types are represented as simple names called
|
||||||
`tags'. This utility function in turn calls another function
|
`tags'. This utility function in turn calls another function
|
||||||
(tt(_sort_tags)) and gives the list of tags to it as
|
(tt(_sort_tags)) and gives the list of tags to it as
|
||||||
arguments. The function tt(_sort_tags) can then say in which order the
|
arguments. The function tt(_sort_tags) can then say in which order the
|
||||||
|
|
Loading…
Reference in a new issue