Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: line continuation with sed
On Mon, Oct 17, 2022 at 2:32 AM Pier Paolo Grassi <pierpaolog@xxxxxxxxx> wrote:
>
> E \
> cdcd↩
>
> ie the space is on the first line but the eol marker is on the last line of the buffer, is there a POSTDISPLAY equivalent at row level?
There's not. I toyed with the idea of actually inserting the eol
marker into the buffer, and removing it again in zle-line-finish, but
PREBUFFER is read-only so a bunch of ugly special-cases would be
introduced.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author