diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-03-15 00:06:48 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-03-15 00:12:04 +0000 |
| commit | bd06982b2354083db139b3ca65f999717a0c0b9c (patch) | |
| tree | 4dea3196de32e713a840a5a5f95eb8df7a3a5819 /Doc | |
| parent | 38151: _git: fix tag name of remote branches (diff) | |
| download | zsh-bd06982b2354083db139b3ca65f999717a0c0b9c.tar zsh-bd06982b2354083db139b3ca65f999717a0c0b9c.tar.gz zsh-bd06982b2354083db139b3ca65f999717a0c0b9c.tar.bz2 zsh-bd06982b2354083db139b3ca65f999717a0c0b9c.tar.lz zsh-bd06982b2354083db139b3ca65f999717a0c0b9c.tar.xz zsh-bd06982b2354083db139b3ca65f999717a0c0b9c.tar.zst zsh-bd06982b2354083db139b3ca65f999717a0c0b9c.zip | |
38155: docs: compsys: Clarify documentation of the 'filter' style.
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/Zsh/compsys.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 2aa0740b8..d478e818e 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1554,7 +1554,8 @@ of the links themselves. ) kindex(filter, completion style) item(tt(filter))( -This is used by the LDAP plugin for e-mail address completion to specify +The tt(ldap) plugin of email address completion (see tt(_email_addresses)) uses +this style to specify the attributes to match against when filtering entries. So for example, if the style is set to `tt(sn)', matching is done against surnames. Standard LDAP filtering is used so normal completion matching is bypassed. If this |
