Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] zle: Call zle-line-pre-redraw after inserting a completion result
- X-seq: zsh-workers 39664
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] zle: Call zle-line-pre-redraw after inserting a completion result
- Date: Mon, 17 Oct 2016 09:39:02 +0100
- Cms-type: 201P
- In-reply-to: <20161016151354.GA21942@fujitsu.shahaf.local2>
- 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
- Organization: Samsung Cambridge Solution Centre
- References: <43c19ce7-6445-8b56-68e7-60fc82258183@googlemail.com> <CGME20161016151617eucas1p1a7efec6a67f7012cf1c11c9d22622a2c@eucas1p1.samsung.com> <20161016151354.GA21942@fujitsu.shahaf.local2>
On Sun, 16 Oct 2016 15:13:54 +0000
Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> m0viefreak wrote on Sat, Oct 08, 2016 at 19:30:16 +0200:
> > This patch originated from a zsh-synatx-highlighting issue:
> > https://github.com/zsh-users/zsh-syntax-highlighting/issues/375
> >
> > I think redrawhook() should be called at the end of do_single()
> > to make sure that zle-line-pre-redraw is run when cycling the results of
> > a menu completion.
>
> Any thoughts on the patch? With my z-sy-h hat, I confirm it behaves as
> promised (applies highlighting whilst tabbing through menu completion),
> but with my zsh hat, I am not familiar with zle enough to review this
> patch.
I can't see anything obviously wrong with it.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author