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

Re: PATCH: Re: Superfluous CRs trouble completion routines in Cygwin



Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> writes:

> [Redirected from -users to -workers]
>
> On Oct 15,  6:02pm, Bart Schaefer wrote:
> }
> } I think the answer is that $_comp_setup in compinit should contain
> } 
> } 	local IFS=$'\r'"$IFS"
>
> Upon further thought I believe it should instead set IFS to exactly
> the expected string, rather than pulling in the IFS setting from the
> surrounding environment.

I applied your patch to zsh 4.2.4 / Cygwin.  Now p4 <tab> causes a
segfault...  Seems to work (read: no change in p4 completion
behaviour) in zsh 4.2.5 / Linux.

-- 
Hannu



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