Many plugins would like to annotate the buffer using a popup, but when the user scrolls, it is difficult to react. I would say popup_atcursor should follow the cursor when using <c-y>/<c-e>.
I think when the position goes off the screen the popup should exist but not be drawn until that position is on-screen again. Or perhaps the popup can be hidden or close optonally.
call popup_create(['foo'], {'scroll': 1})
Maybe this would be better as "buffer-positioned" popups instead of screen-positioned?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub