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

Re: multi-line history storing bug (beta13)



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