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

Re: PATCH: Add CORRECT_NOCOMPSYS option



Greg Klanderman wrote:
> Do those two uses of GLOBDOTS in computil.c happen to make any sense to you?

In the first case, cfp_bld_pats(), it's compiling a list of matched
files (presumably in a given directory, but that's a guess) to return
from the array pats.  It's skipping those files to which the
NO_GLOB_DOTS test applies.  At what stage this function is called is
another matter.

The second case, cfp_add_sdirs(), is more obscure, but evidentally sdirs
has come down from the special-dirs style so the code is related to that.

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070



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