about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-06-22 01:37:07 +0200
committerOliver Kiddle <opk@zsh.org>2016-06-22 01:37:07 +0200
commite83489fc4ba168abeb5ea7e23e64383fed181ed3 (patch)
treeb573a21ddbccc2adf8132166b2a7b5a22d6bec6d /Doc/Zsh/compsys.yo
parent139a4dbe07728a22dcb120d1ca9ff3cdae98471a (diff)
downloadzsh-e83489fc4ba168abeb5ea7e23e64383fed181ed3.tar.gz
zsh-e83489fc4ba168abeb5ea7e23e64383fed181ed3.tar.xz
zsh-e83489fc4ba168abeb5ea7e23e64383fed181ed3.zip
38714: add x: syntax to match specs to make it possible to disable match specs hardcoded in completion functions
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index c97f80f27..fb0abcef3 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2023,8 +2023,9 @@ only be performed with the `tt(*)' inserted.
 kindex(matcher, completion style)
 item(tt(matcher))(
 This style is tested separately for each tag valid in the current
-context.  Its value is tried before any match specifications given by the 
-tt(matcher-list) style.  It should be in the form described in
+context.  Its value is placed before any match specifications given by the
+tt(matcher-list) style so can override them via the use of an tt(x:)
+specification.  The value should be in the form described in
 ifzman(the section `Completion Matching Control' in zmanref(zshcompwid))\
 ifnzman(noderef(Completion Matching Control))\
 .  For examples of this, see the description of the tt(tag-order) style.