gbranden pushed a commit to branch master
in repository groff.

commit f3f66d4b48dd838c3fba6ed53ce759241e62c2b5
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Apr 27 22:33:49 2025 -0500

    [rfc1345]: Add Vim 9.1.0165 `.=` digraph.
    
    * contrib/rfc1345/rfc1345.tmac: Add Vim 9.1.1065 digraph `.-` for U+2250
      "APPROACHES THE LIMIT".
    * contrib/rfc1345/groff_rfc1345.7.man: Document it.
---
 contrib/rfc1345/ChangeLog           | 6 ++++++
 contrib/rfc1345/groff_rfc1345.7.man | 3 ++-
 contrib/rfc1345/rfc1345.tmac        | 1 +
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/contrib/rfc1345/ChangeLog b/contrib/rfc1345/ChangeLog
index 62c3c8ab6..c0852933b 100644
--- a/contrib/rfc1345/ChangeLog
+++ b/contrib/rfc1345/ChangeLog
@@ -1,3 +1,9 @@
+2025-04-27  G. Branden Robinson <[email protected]>
+
+       * rfc1345.tmac: Add Vim 9.1.1065 digraph `.-` for U+2250
+       "APPROACHES THE LIMIT".
+       * groff_rfc1345.7.man: Document it.
+
 2023-10-23  G. Branden Robinson <[email protected]>
 
        * rfc1345.tmac: Fix copy-and-paste errors.  Annotate which
diff --git a/contrib/rfc1345/groff_rfc1345.7.man 
b/contrib/rfc1345/groff_rfc1345.7.man
index bf97ef8e8..acb91f691 100644
--- a/contrib/rfc1345/groff_rfc1345.7.man
+++ b/contrib/rfc1345/groff_rfc1345.7.man
@@ -128,11 +128,12 @@ The Vim digraph table is largely a subset of RFC 1345
 but,
 as a newer implementation,
 adds several mnemonics not specified in the RFC
-.\" W` w` Y` y` oo ,. 4' =e Eu =R =P
+.\" W` w` Y` y` oo ,. 4' .= =e Eu =R =P
 (Latin capital and small letters W and Y with grave accent,
 bullet,
 horizontal ellipsis,
 quadruple prime,
+\[lq]approaches the limit\[rq],
 and two mappings each for the Euro and rouble signs).
 .
 These have also been added to
diff --git a/contrib/rfc1345/rfc1345.tmac b/contrib/rfc1345/rfc1345.tmac
index 730557098..e1a729c63 100644
--- a/contrib/rfc1345/rfc1345.tmac
+++ b/contrib/rfc1345/rfc1345.tmac
@@ -1003,6 +1003,7 @@ Adds glyph names formed from
 .char \[?=] \[u2245]    \" APPROXIMATELY EQUAL TO
 .char \[?2] \[u2248]    \" ALMOST EQUAL TO
 .char \[=?] \[u224C]    \" ALL EQUAL TO
+.char \[.=] \[u2250]    \" APPROACHES THE LIMIT (Vim 9.1.1065)
 .char \[HI] \[u2253]    \" IMAGE OF OR APPROXIMATELY EQUAL TO
 .char \[!=] \[u2260]    \" NOT EQUAL TO
 .char \[=3] \[u2261]    \" IDENTICAL TO

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to