Problem: Excluding a value with 'isprint' also breaks the display of
unrelated characters whose leading byte has that value. After
":set isprint+=^226" the character U+222B is displayed as "<".
Solution: Apply 'isprint' to the character value only, not to the leading
byte of its UTF-8 encoding.
fixes: #21053
https://github.com/vim/vim/pull/21055
(2 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.![]()