Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: completion: highlight matching part



On Sun, 03 Aug 2008 10:31:17 -0700
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Aug 3,  1:14pm, Tomasz Pala wrote:
> }
> } > you have to use "zstyle -e" to set an evaluated style.
> } 
> } I've found that
> } 
> } setopt extendedglob
> } 
> } is also required for this trick to work.
> 
> Shouldn't be (if it were, it wouldn't have worked for me, because I
> don't have that set).  The complist module sets/restores extendeglob
> internally before interpreting the pattern.

I just added this recently, however.

2008-07-05  Peter Stephenson  <p.w.stephenson@xxxxxxxxxxxx>

	* 25266: Doc/Zsh/mod_complist.yo, Src/Zle/complist.c: always use
	EXTENDED_GLOB for patterns in ZLS_COLORS.

Until now it didn't set extendedglob; it needed it, but the manual
didn't say you needed to set it.

-- 
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/



Messages sorted by: Reverse Date, Date, Thread, Author