Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH 1/3] Fix _prefix insertion logic
> 2023/06/07 15:03, Marlon Richert <marlon.richert@xxxxxxxxx> wrote:
>
> On Fri, May 5, 2023 at 2:44 PM Marlon Richert <marlon.richert@xxxxxxxxx> wrote:
>>
>>
>> Discussed in workers/51641.
>
> Any further comments on this patch? Will it be committed?
I haven't yet tried to understand the patch, but if I test the
Case 1 and 2 in workers/51641 with the [PATCH 1/3] in 51716:
Case 1:
% file f<TAB>bar
% file foo/bar
but hitting SPACE gives:
% file fo /bar
Case 2:
% file b<TAB>foo
% file bar/foo
but again hitting SPACE gives:
% file ba /foo
Or am I missing something?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author