1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-20 06:56:05 +02:00

unposted: docs: Fix duplicated words in _combination.

This commit is contained in:
Daniel Shahaf 2018-08-21 10:34:47 +00:00
parent 3c93497eb7
commit 6fcb32b300
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2018-08-21 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Doc/Zsh/compsys.yo: docs: Fix duplicated words
in _combination.
2018-08-16 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 43294: Doc/Zsh/zle.yo, Src/Zle/zle_main.c,

View File

@ -4279,8 +4279,8 @@ var(field)s for which the value is known).
The matches generated will be taken from the value of the style. These
should contain the possible values for the combinations in the appropriate
order (users, hosts, ports in the example above). The different fields
the values for the different fields are separated by colons. This
order (users, hosts, ports in the example above).
The values for the different fields are separated by colons. This
can be altered with the option tt(-s) to tt(_combination) which specifies a
pattern. Typically this is a character class, as for example
`tt(-s "[:@]")' in the case of the tt(users-hosts) style. Each