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

Re: Bug in { completion's comma removal



On 1/6/06, Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx> wrote:
> I haven't tried to trace this down yet, but I noticed a bug in recent
> multibyte-enabled zsh versions (including CVS):
>
>   % touch foo faa
>   % ls f{oo,a<TAB>       # pressing TAB results in:
>   % ls f{oo,aa,_         # (note: _ is the cursor) OK so far...
>   % ls f{oo,aa,}_        # typing } does not remove the comma
>
> This bug does not appear in the latest code if I build it without
> MULTIBYTE_SUPPORT enabled.
>
> ..wayne..

While we're talking about {}, it also doesn't work so well on
filenames with spaces and there's no way (that i've figured out) to
escape a comma inside the braces.

--
Mikael Magnusson



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