From: Bram Moolenaar Date: Wed, 18 Jun 2014 19:38:18 +0000 (+0200) Subject: updated for version 7.4.335 X-Git-Tag: v7.4.335 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8d1f20cbd425e33e4fcc09d46f98e5c9e6a833e;p=vim 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 index fc29ac749..9f7d0cc4e 100644 --- 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 index bf8567a9e..1fc748c40 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 335, /**/ 334, /**/