Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#315255: zsh: cvs commit completion breaks on spaces
- X-seq: zsh-workers 21368
 
- From: Clint Adams <schizo@xxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxx
 
- Subject: Re: Bug#315255: zsh: cvs commit completion breaks on spaces
 
- Date: Tue, 21 Jun 2005 13:50:55 -0400
 
- Cc: Hugo Haas <hugo@xxxxxxxxx>,	Debian Bug Tracking System <315255-forwarded@xxxxxxxxxxxxxxx>
 
- In-reply-to: <20050621142441.GA32423@xxxxxxxxx>
 
- Mail-followup-to: zsh-workers@xxxxxxxxxx, Hugo Haas <hugo@xxxxxxxxx>,	Debian Bug Tracking System <315255-forwarded@xxxxxxxxxxxxxxx>
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
 
- References: <20050621142441.GA32423@xxxxxxxxx>
 
_cvs_modified_entries() doesn't like filenames with spaces.
> cvs commit completion doesn't work on file names containing spaces,
> while cvs status completion does.
> 
> hugo@jibboom ~/foo% ls
> CVS/  foo bar.eee
> 
> When trying to complete cvs status, I get as expected:
> 
> hugo@jibboom ~/foo% cvs status <TAB>
> CVS/                    foo\ bar.eee
> 
> However, for cvs commit:
> 
> hugo@jibboom ~/foo% cvs commit <TAB>
> foo  bar.eee
> 
> If I hit <TAB> again:
> 
> hugo@jibboom ~/foo% cvs commit foo
> 
> and then:
> 
> hugo@jibboom ~/foo% cvs commit bar.eee
> 
Messages sorted by:
Reverse Date,
Date,
Thread,
Author