Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: multi-line history storing bug (beta13)
- X-seq: zsh-workers 744
- From: yamagata@xxxxxxxxxxxx
- To: yamagata@xxxxxxxxxxxx
- Subject: Re: multi-line history storing bug (beta13)
- Date: Tue, 16 Jan 1996 18:10:44 +0900
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: Your message of "Tue, 16 Jan 1996 14:07:50 +0900"
- References: <199601160507.OAA13566@xxxxxxxxxxxx>
Sorry, this is only my mistake.
When I make zsh using gcc for pentium optimizing (gcc-2.6.3i) with -O3
option, it lose line.
Zsh made using gcc of FreeBSD doesnt produse this.
>> It needs to pretend the newline character at the end of the comment is
>> a word, like other newlines. (If it doesn't count the newline as a
>> word, it'll assume that the text ends with the previous word.) I
>> didn't do that much detailed checking with multi line buffers, or with
>> interactivecomments.
> I applied this patch, but still
> zsh loss all lines except last, like this.
> % sed '
> s/:.*//
> s/!.*//
> ' .newsrc
-
yamagata
Messages sorted by:
Reverse Date,
Date,
Thread,
Author