This one integrates better with existing source and avoids update_cursor.
https://github.com/vim/vim/pull/20610
(3 files)
—
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.![]()
Thanks. One question: the last hunk contains this:
- # ifdef FEAT_IMAGE_GDI + # if defined(FEAT_IMAGE_GDI) || defined(FEAT_IMAGE_CAIRO)
Do we need the same change here? https://github.com/vim/vim/blob/fa3680c6fa93b6bb2c96ae536f56c56750477cfc/src/gui.c#L2777-L2785
—
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.![]()