# HG changeset patch # User Bram Moolenaar # Date 1403120298 -7200 # Node ID 8ad2ecd116021ad5c945426e8bb80d741392b780 # Parent 70a5d1b7b485ff59911cd4f979c43838342c5240 updated for version 7.4.335 Problem: No digraph for the new rouble sign. Solution: Add the digraphs =R and =P. diff --git a/src/digraph.c b/src/digraph.c --- a/src/digraph.c +++ b/src/digraph.c @@ -1425,6 +1425,8 @@ static digr_T digraphdefault[] = {'W', '=', 0x20a9}, {'=', 'e', 0x20ac}, /* euro */ {'E', 'u', 0x20ac}, /* euro */ + {'=', 'R', 0x20bd}, /* rouble */ + {'=', 'P', 0x20bd}, /* rouble */ {'o', 'C', 0x2103}, {'c', 'o', 0x2105}, {'o', 'F', 0x2109}, diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -735,6 +735,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 335, +/**/ 334, /**/ 333,