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

Re: Autocomplete doesn't work correctly on certain folder names



[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