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

Re: PATCH: Add zle-line-pre-redraw hook for highlighting




On 19.12.2015 10:49, Daniel Shahaf wrote:
> Bart Schaefer wrote on Wed, Dec 16, 2015 at 00:05:01 -0800:
>> On Dec 15, 2015 10:27 PM, "Mikael Magnusson" <mikachu@xxxxxxxxx> wrote:
>>> I haven't received any complaints about 36650 from testers, so I'll go ahead
>>> and push this.
> 
> Hooray!
> 
> This should fix between 2 and 5 z-sy-h issues:
> https://github.com/zsh-users/zsh-syntax-highlighting/issues/245

One remaining issue with this approach is the fact that this new hook is
not triggered when a minibuffer such as isearch is active and BUFFER
changes.

Is it possible to add support for that, too?

I don't know the zle internals very well, and I couldn't figure out the
right spot to place a call to the hook without causing performance
issues due to multiple (useless) calls.



Messages sorted by: Reverse Date, Date, Thread, Author