From 16e75d6978157eea40967c3b731091a32ced6339 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Wed, 6 Aug 2008 02:21:01 +0000 Subject: 25389: rearrange precedence of ZLS_COLORS alternatives. --- Doc/Zsh/mod_complist.yo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Doc') diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo index e5d2b463f..710e0aae4 100644 --- a/Doc/Zsh/mod_complist.yo +++ b/Doc/Zsh/mod_complist.yo @@ -103,9 +103,9 @@ The var(name) may also be an equals sign (`tt(=)') followed by a 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 -takes precedence over the form with the leading equal sign. +the pattern. Definitions for the form with the leading equal sign take +precedence over the values defined for file types, which in turn take +precedence over the form with the leading asterisk (file extensions). The last form also allows different parts of the displayed strings to be colored differently. For this, the pattern has to use the -- cgit 1.4.1