[Bash-completion-devel] Bump match_max for test suite?

Ville Skyttä ville.skytta at iki.fi
Sat Jan 16 11:05:58 UTC 2010


On Friday 15 January 2010, Freddy Vulto wrote:
> On 100114 20:45, Ville Skyttä wrote:
> > If I'm right, should whitespace be left-trimmed when chunking, or the
> > regexp be changed to tolerate leading whitespace?
> 
> Yes, I think you're right.  `expect' does 'eager matching', so head
> whitespace on chunks > 1 should be allowed.  Maybe somethink like this:

Thanks, I applied a modified version of it (should use \s* instead of \s+, and 
no need to prepend that once for each chunk item, just once per chunk).



More information about the Bash-completion-devel mailing list