Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Fix loading of multi-line history entires from disk
- X-seq: zsh-workers 32884
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx, Augie Fackler <raf@xxxxxxxxxxx>
- Subject: Re: [PATCH] Fix loading of multi-line history entires from disk
- Date: Thu, 17 Jul 2014 20:58:45 +0100
- In-reply-to: Message from Bart Schaefer <schaefer@brasslantern.com> of "Thu, 17 Jul 2014 11:23:41 PDT." <140717112341.ZM3956@torch.brasslantern.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Bart Schaefer wrote:
> So, check out the following. This includes Augie's patch (backs out
> 30433) and adds an attempt at changing the output (appends a space after
> an even number of backslashes appearing at the end of an entry).
That seems as minimal and compatible as we're going to get.
Is it worth appending something syntactically null but a little more
complicated that we can strip on input with little likelihood of
stepping on anyone's toes? " ; "? Unless we do attempt that, appending
a simple space is as good as anything.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author