Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Autocomplete doesn't work correctly on certain folder names
- X-seq: zsh-workers 51665
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Cc: Ville Viitaharju <racle@xxxxxxxx>
- Subject: Re: Autocomplete doesn't work correctly on certain folder names
- Date: Thu, 20 Apr 2023 20:35:00 -0700
- Archived-at: <https://zsh.org/workers/51665>
- In-reply-to: <CAN=4vMrYYYTpvWQgSa4ScQUNAC9_kHzDNFSy09fwBwD4w-37fQ@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAEQc7iXik1WSQYt3XzSkRugwo6HOLifX7rzTWbBXXoc4bFCsxQ@mail.gmail.com> <CAN=4vMoeZ3JFkfgmv7HgnNye68Ad0vZ1VJUjw28MwF9Gdh3h8g@mail.gmail.com> <CAEQc7iXVyTnEU+4aEOLX7ODivo1T1BOq+D=ynoSeuUc8VakujQ@mail.gmail.com> <CAN=4vMrYYYTpvWQgSa4ScQUNAC9_kHzDNFSy09fwBwD4w-37fQ@mail.gmail.com>
[Moving to -workers]
On Thu, Apr 20, 2023 at 6:05 AM Roman Perepelitsa
<roman.perepelitsa@xxxxxxxxx> wrote:
>
> On Thu, Apr 20, 2023 at 2:56 PM Ville Viitaharju <racle@xxxxxxxx> wrote:
> >
> > zsh 5.9.0.1-dev (x86_64-pc-linux-gnu)
> >
> > Issue still exist when using cd long<tab><tab>
>
> I haven't tested it myself. My response was based on
> https://zsh.org/workers/50875 but maybe I misunderstood it.
workers/50325 fixed an off-by-one error in calling mb_patmatchindex().
It's possible there's a similar bug with related function
mb_patmatchrange() or with the single-byte versions.
If someone's willing to extract the matcher-list styles that oh-my-zsh
is setting, it'd make this easier to check. Docker or not, I'm simply
not going to wade through the rest of OMZ to investigate.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author