Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: bug with kill-* commands in 4.3.9
- X-seq: zsh-workers 26165
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: bug with kill-* commands in 4.3.9
- Date: Sat, 20 Dec 2008 14:49:24 -0500
- In-reply-to: <m3ljubv7ny.fsf@xxxxxxxxxxxxxx> (Greg Klanderman's message of "Fri, 19 Dec 2008 22:37:21 -0500")
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <18762.3258.446343.871151@xxxxxxxxxxxxxxxxxx> <m3ljubv7ny.fsf@xxxxxxxxxxxxxx>
- Reply-to: gak@xxxxxxxxxxxxxx
>>>>> Greg Klanderman <gak@xxxxxxxxxxxxxx> writes:
> It seems that "dir < 0" should correspond with "(flags & CUT_REPLACE)";
> is that what you intended? Maybe I'll play around with that change..
Indeed, it would appear that changing CUT_RAW to CUT_REPLACE in the
function cuttext() in zle_utils.c fixes the problem.
Greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author