This change will reduce much of the flicker of popupmenu.
https://github.com/vim/vim/pull/7317
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()
Hmm, this means the popup menu is only redraw when it resized. Where is it then redrawn if there was no resize?
Updated patch to reduce redrawing of popupmenu
This causes tests to fail. Perhaps there should be a call to pum_redraw() after the pum_display() in insexpand.c ?
The cause of test fail seems to be timed-out and not related on this change.
It doesn't look like a timeout, e.g. https://travis-ci.org/github/vim/vim/jobs/744424902
On Travis the "huge" tests all fail and the errors are related to the popup menu.
Closed #7317.
I'm try this again.