vim9script var long_text = repeat('x', 90) popup_atcursor(long_text, { padding: [1, 1, 1, 1], border: [], highlight: 'WarningMsg', }) var pixels = repeat([0xff, 0x00, 0x00], 1200 * 50)->list2blob() popup_atcursor('', { image: { data: pixels, width: 1200, height: 50 }, line: 'cursor+1', col: 'cursor', })
Change position correctly.
9.2.612
MS-Windows GUI
I didn't try other functions's like `popup_create`. May be they have same issues.
—
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.![]()
—
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.![]()
In real case:
—
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.![]()