1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 16:40:24 +02:00

38155: docs: compsys: Clarify documentation of the 'filter' style.

This commit is contained in:
Daniel Shahaf 2016-03-15 00:06:48 +00:00
parent a1f45b3346
commit bd06982b23
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2016-03-15 Daniel Shahaf <d.s@daniel.shahaf.name>
* 38155: Doc/Zsh/compsys.yo: docs: compsys: Clarify documentation
of the 'filter' style.
2016-03-15 m0viefreak <m0viefreak.cm@googlemail.com>
* 38151: Completion/Unix/Command/_git: fix tag name of remote

View file

@ -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