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

Re: playing with backreferences in list-colors



On Jan 24, 10:54am, Sven Wischnowsky wrote:
} Subject: Re: playing with backreferences in list-colors
}
} Yes, it was indeed using the path, which was wrong in this case.

I know I'm running a few days behind here, but ...

This patch:

} -	    subcols = putfilecol(&mcolors, g->name, path, buf->st_mode);
} +	    subcols = putfilecol(&mcolors, g->name, m->str, buf->st_mode);

makes "path" be an unused parameter of clprintm.  Should it be removed
entirely, or is there a case in which it ought to be getting used?

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



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