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
> 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
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/
3 matches
Mail list logo