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

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



_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