[vim/vim] Update Deprecated Digraph Codepoints (PR #17990)

7 views
Skip to first unread message

DavidFriant

unread,
Aug 13, 2025, 4:48:32 PMAug 13
to vim/vim, Subscribed

This commit updates the digraphs Left-Pointing Angle Bracket '</' and Right-Pointing Angle Bracket '/>' to account for the fact that the old Unicode codepoints for them (2329 and 232A, respectively) have been deprecated. As per the Miscellaneous Technical code chart, the old digraphs have been reassigned to CJK Left Angle Bracket and Right Angle Bracket (3008 and 3009) with their declarations moved to the appropriate block.

This commit also introduces the new digraphs '<[' and ']>' to represent the Mathematical Left Angle Bracket and Mathematical Right Angle Bracket (27E8 and 27E9) to replace the deprecated code points in the Technical block.

Tests have been added and, I believe, the documentation has been updated accordingly.

Note that this is the second attempt for this pull request as I closed the first due to a test failure which has now been corrected.


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

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

Commit Summary

  • ffa6f1f This commit updates the digraphs Left-Pointing Angle Bracket '</'
  • eec877b This commit fixes a bug in the digraphs test script introduced in

File Changes

(3 files)

Patch Links:


Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/17990@github.com>

Christian Brabandt

unread,
Aug 13, 2025, 5:18:20 PMAug 13
to vim/vim, Subscribed
chrisbra left a comment (vim/vim#17990)

Let me repeat my message from the original, now closed PR #17989

I am not a big fan of silently changing the digraph characters. That might be unexpected and it does no longer correspond to RFC1345.

So not sure we should do this, other opinions?


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/17990/c3185863730@github.com>

DavidFriant

unread,
Aug 13, 2025, 5:19:52 PMAug 13
to vim/vim, Subscribed
DavidFriant left a comment (vim/vim#17990)

Re-hello,
Allow me to also copy my message from the closed pull request:

Hello, I am inclined to agree with you the silently changing digraph characters isn't ideal, but RFC1345 isn't likely to ever be updated as per Errata 4272. Without any expectation of an update, I think it is best to modernize things as best we can at least as far as properly using Unicode is concerned. Also, this conversation should likely continue on the Pull request that I haven't closed: #17990


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/17990/c3185866875@github.com>

D. Ben Knoble

unread,
Aug 15, 2025, 8:40:55 AMAug 15
to vim/vim, Subscribed
benknoble left a comment (vim/vim#17990)

Meta: there’s no need to close a PR because a test failed: you can push new commits that will be reflected in the PR (or—preferable in many cases IMO—force-push rewritten history with any fixes you need). It can create confusion to have to follow conversations across multiple PRs.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/17990/c3191411997@github.com>

DavidFriant

unread,
Aug 15, 2025, 8:58:13 AMAug 15
to vim/vim, Subscribed
DavidFriant left a comment (vim/vim#17990)

Meta: there’s no need to close a PR because a test failed: you can push new commits that will be reflected in the PR (or—preferable in many cases IMO—force-push rewritten history with any fixes you need). It can create confusion to have to follow conversations across multiple PRs.

Thanks! That's what I've since learned. I've been using git for years, but only recently decided to start making open source contributions, and the workflow is a bit different than what I am accustomed to. Sorry for the trouble.

More importantly, further discussion on whether or not to step away from strict adherence to RFC 1345 in favor of modernized Unicode is most welcome.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/17990/c3191441830@github.com>

Christian Brabandt

unread,
Aug 16, 2025, 12:18:32 PMAug 16
to vim/vim, Subscribed
chrisbra left a comment (vim/vim#17990)

We made a few adjustments to the digraphs and added some new ones, like the Rouble and Euro sign. Let's include it.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/17990/c3193764585@github.com>

Christian Brabandt

unread,
Aug 16, 2025, 12:34:38 PMAug 16
to vim/vim, Subscribed

Closed #17990 via c08b94b.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/17990/issue_event/19187375900@github.com>

Reply all
Reply to author
Forward
0 new messages