diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2018-08-21 10:34:47 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2018-08-21 10:34:54 +0000 |
| commit | 6fcb32b30051523ad155273fe8b1a775c5f6ba3b (patch) | |
| tree | 73e9a5cada6562606b1ab9c86c42abecbef8ccb9 | |
| parent | 43294: Add ZLE_RECURSIVE parameter. (diff) | |
| download | zsh-6fcb32b30051523ad155273fe8b1a775c5f6ba3b.tar zsh-6fcb32b30051523ad155273fe8b1a775c5f6ba3b.tar.gz zsh-6fcb32b30051523ad155273fe8b1a775c5f6ba3b.tar.bz2 zsh-6fcb32b30051523ad155273fe8b1a775c5f6ba3b.tar.lz zsh-6fcb32b30051523ad155273fe8b1a775c5f6ba3b.tar.xz zsh-6fcb32b30051523ad155273fe8b1a775c5f6ba3b.tar.zst zsh-6fcb32b30051523ad155273fe8b1a775c5f6ba3b.zip | |
unposted: docs: Fix duplicated words in _combination.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Doc/Zsh/compsys.yo | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -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, diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index afe332544..65f596752 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -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 |
