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

Re: Bug#256789: zsh file name completion should quote commas in brace construct



Is anyone actively working on this?

> > Tab completion normally quotes spaces and the like. In a {a,b}
> > construct, commas also need to be escaped. Example:
> > 
> > % touch a1,2
> > % touch a3,4
> > % ls a{1<TAB>3<TAB>}
> > 
> > results in:
> > 
> > % ls a{1,2,3,4}
> 
> This problem has previously come up on the zsh-workers list. See
> messages 17791, 17913 and 17926.



Messages sorted by: Reverse Date, Date, Thread, Author