about summary refs log tree commit diff
path: root/Doc/Zsh/mod_complist.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-07-05 19:55:29 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-07-05 19:55:29 +0000
commit5527851061a83ae0eac78f94fc62c03c01a31af9 (patch)
treea7d87817d34517e233d29e7a0165828013305965 /Doc/Zsh/mod_complist.yo
parent1a9386290b36ea4d500092f7f5b6a08367ec4886 (diff)
downloadzsh-5527851061a83ae0eac78f94fc62c03c01a31af9.tar.gz
zsh-5527851061a83ae0eac78f94fc62c03c01a31af9.tar.xz
zsh-5527851061a83ae0eac78f94fc62c03c01a31af9.zip
25266: always use EXTENDED_GLOB for patterns in ZLS_COLORS
Diffstat (limited to 'Doc/Zsh/mod_complist.yo')
-rw-r--r--Doc/Zsh/mod_complist.yo3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo
index 4d873728f..e5d2b463f 100644
--- a/Doc/Zsh/mod_complist.yo
+++ b/Doc/Zsh/mod_complist.yo
@@ -100,7 +100,8 @@ Apart from these strings, the var(name) may also be an asterisk
 (`tt(*)') followed by any string. The var(value) given for such a
 string will be used for all files whose name ends with the string.
 The var(name) may also be an equals sign (`tt(=)') followed by a
-pattern.  The var(value) given for this pattern will be used for all
+pattern; the tt(EXTENDED_GLOB) option will be turned on for evaluation
+of the pattern.  The var(value) given for this pattern will be used for all
 matches (not just filenames) whose display string are matched by
 the pattern.  Definitions for both of these take precedence over the
 values defined for file types and the form with the leading asterisk