Bug#315255: zsh: cvs commit completion breaks on spaces

2005-06-22 Thread Bart Schaefer
On Jun 21, 9:30pm, Clint Adams wrote: } Subject: Re: Bug#315255: zsh: cvs commit completion breaks on spaces } } Adding the parens makes it do the right thing in this particular case. I'm concerned that the parens will be confused for a glob qualifier if there is only one possible match

Bug#315255: zsh: cvs commit completion breaks on spaces

2005-06-21 Thread Clint Adams
> See if this isn't better. The substitution isn't that much less hairy, > but it doesn't fork and it doesn't depend on splitting on spaces. It certainly looks better, but the filenames are still being split on spaces, so if one touches "blah argh" and "blah", and cvs add's them, then cvs commit

Bug#315255: zsh: cvs commit completion breaks on spaces

2005-06-21 Thread Hugo Haas
Package: zsh Version: 4.2.5-7 Severity: normal cvs commit completion doesn't work on file names containing spaces, while cvs status completion does. [EMAIL PROTECTED] ~/foo% ls CVS/ foo bar.eee When trying to complete cvs status, I get as expected: [EMAIL PROTECTED] ~/foo% cvs status CVS/