vim9script # v9.2.0080 const p = popup_create('hello', {title: 'title-1'}) timer_start(1000, (_) => { p->popup_setoptions({ title: 'title-2', }) timer_start(2000, (_) => { p->popup_close() }) })
Since patch v9.2.0080 (cded5e2 @mattn ; I confirmed with git bisect ), with this snippet, the title will not change to 'title-2' before popup window closes, unless some event happens after calling popup_setoptions() (for example, move cursor with hjkl).
9.2.0080
Confirmed on:
OS: MacOS 26.4.1 / Fedora 44.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()