[vim/vim] Implement popup image feature using Kitty graphics protocol properly (PR #21018)

5 views
Skip to first unread message

Foxe Chen

unread,
Aug 11, 2026, 7:30:02 PM (4 days ago) Aug 11
to vim/vim, Subscribed

You can view, comment on, or merge this pull request online at:

  https://github.com/vim/vim/pull/21018

Commit Summary

  • bd8ebe6 Implement popup image feature using kgp properly

File Changes

(9 files)

Patch Links:


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.Message ID: <vim/vim/pull/21018@github.com>

Foxe Chen

unread,
Aug 14, 2026, 12:33:05 AM (2 days ago) Aug 14
to vim/vim, Subscribed
64-bitman left a comment (vim/vim#21018)

Also, claude suggests that the base64 actually fixes a bug in the base64 encoding?
e.g. :echo base64_encode(0z010002)

Sorry, what do you mean by this? Did :echo base64_encode(0z010002) behave wrong before this PR?


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.Message ID: <vim/vim/pull/21018/c5289506777@github.com>

Christian Brabandt

unread,
Aug 14, 2026, 1:45:18 AM (2 days ago) Aug 14
to vim/vim, Subscribed
chrisbra left a comment (vim/vim#21018)

Sorry, what do you mean by this? Did :echo base64_encode(0z010002) behave wrong before this PR?

It adds padding at the wrong position:

:echo base64_encode(0z010002) 
AQ=C
:call writefile(0z010002, '/tmp/blob')
:!openssl base64 < /tmp/blob
AQAC

So I suggest to factor out the base64 related changes to a separate commit which includes a test for this.

Thanks,


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.Message ID: <vim/vim/pull/21018/c5289938495@github.com>

Reply all
Reply to author
Forward
0 new messages